summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-23 20:30:18 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-23 20:30:18 -0500
commit9e235779ea5af45e90a5aa2e8830fe29cefa844c (patch)
treedfc38954970770ed374a4a6b06e93f57f2806ad0
parent6ea8e22adb6132a1087b97f33fce7d4ab6ffbcd2 (diff)
include <errno.h> and <nonstd/internal.h> in <nonstd/syscall.h> to handle its internal dependencies
-rw-r--r--src/nonstd/errno.ref2
-rw-r--r--src/nonstd/nonstd-inernal.ref2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/nonstd/errno.ref b/src/nonstd/errno.ref
new file mode 100644
index 00000000..231a4835
--- /dev/null
+++ b/src/nonstd/errno.ref
@@ -0,0 +1,2 @@
+#include <nonstd/syscall.h>
+REFERENCE(<errno.h>)
diff --git a/src/nonstd/nonstd-inernal.ref b/src/nonstd/nonstd-inernal.ref
new file mode 100644
index 00000000..839537f1
--- /dev/null
+++ b/src/nonstd/nonstd-inernal.ref
@@ -0,0 +1,2 @@
+#include <nonstd/syscall.h>
+REFERENCE(<nonstd/internal.h>)