From ee2a290abf16f4fd4736c2f4e17e9cff87f50447 Mon Sep 17 00:00:00 2001
From: Jan Willamowius <jan@willamowius.de>
Date: 周一, 22 4月 2019 01:58:13 +0800
Subject: [PATCH] fix gcc 5.4 warnings

---
 src/library/os/os.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/library/os/os.h b/src/library/os/os.h
index bd19f9d..d953d1a 100644
--- a/src/library/os/os.h
+++ b/src/library/os/os.h
@@ -14,6 +14,10 @@
 
 #include "../base/base.h"
 #include <stddef.h>
+#include <string.h>
+#include <ctype.h>
+#include <sys/types.h>
+#include <unistd.h>
 //definition of size_t
 #include <stdlib.h>
 #ifdef __unix__

--
Gitblit v1.9.1