summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-14 16:16:29 -0500
committerJune McEnroe <june@causal.agency>2021-01-14 16:16:29 -0500
commitc9334fcc73cd77d5024308b7d3853d96fca638b4 (patch)
treef778fa8f07269bb22d4ce8b71738cda6e0823a8c
parentAdd link to gopher version of text.causal.agency (diff)
downloadsrc-c9334fcc73cd77d5024308b7d3853d96fca638b4.tar.gz
src-c9334fcc73cd77d5024308b7d3853d96fca638b4.zip
Add dirent.h to c.sh includes
-rw-r--r--bin/c.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/c.sh b/bin/c.sh
index 74e3f95a..ff059437 100644
--- a/bin/c.sh
+++ b/bin/c.sh
@@ -23,6 +23,7 @@ cat >&3 <<EOF
 #include <wchar.h>
 #include <wctype.h>
 
+#include <dirent.h>
 #include <fcntl.h>
 #include <strings.h>
 #include <unistd.h>