summaryrefslogtreecommitdiff
path: root/src/dirent
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-11 20:41:05 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-11 20:41:05 -0400
commit787c3b0fd09ea8456d2391e59e7589f0cf8f5555 (patch)
treecd37698def0dca42b34bc13c6da3d7f5fdfd16c0 /src/dirent
parent0a908b26fa745b4b295e705564af5eaf25e4fbd4 (diff)
move auto-generated nonstd/syscall.h to static private _syscall.h
Diffstat (limited to 'src/dirent')
-rw-r--r--src/dirent/closedir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirent/closedir.c b/src/dirent/closedir.c
index 60ea8a57..566a7940 100644
--- a/src/dirent/closedir.c
+++ b/src/dirent/closedir.c
@@ -1,6 +1,6 @@
#include <dirent.h>
#include "nonstd/assert.h"
-#include "nonstd/syscall.h"
+#include "../_syscall.h"
int closedir(DIR *dirp)
{