From abab4996db2353caff749d9b41c2ae0af88113a8 Mon Sep 17 00:00:00 2001
From: GlLamant <35827350+GlLamant@users.noreply.github.com>
Date: 周三, 26 6月 2019 14:19:11 +0800
Subject: [PATCH] Update pc-identifiers.c

---
 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..11aa844 100644
--- a/src/library/os/os.h
+++ b/src/library/os/os.h
@@ -14,9 +14,13 @@
 
 #include "../base/base.h"
 #include <stddef.h>
+#include <string.h>
+#include <ctype.h>
+#include <sys/types.h>
 //definition of size_t
 #include <stdlib.h>
 #ifdef __unix__
+#include <unistd.h>
 #include <stdbool.h>
 #endif
 

--
Gitblit v1.9.1