summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 18:02:55 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 18:02:55 -0400
commit26263389556d583a16e26834c7f14bb7be7b3b17 (patch)
treead214538df9af6997389a70e513b58ae01b0d5df
parent615e057b2c92687dbc67732886a1518d45ad01c5 (diff)
adjust to new file names
-rw-r--r--src/stdio/_stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdio/_stdio.h b/src/stdio/_stdio.h
index 056d58e5..f7424806 100644
--- a/src/stdio/_stdio.h
+++ b/src/stdio/_stdio.h
@@ -8,11 +8,11 @@
#ifdef _POSIX_C_SOURCE
#include <sys/types.h>
#else
-#include "sys/types/pid_t.c"
+#include "sys/types/pid_t.h"
#endif
#ifndef L_ctermid
-#include "L_ctermid.c"
+#include "L_ctermid.h"
#endif
#define f_is_open(s) (s && (s->bmode != 0))