summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-18 10:02:14 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-18 10:02:14 -0400
commit4ca70321e5639ac451ac3b1099242e8e148ab790 (patch)
treeee28e0504b7d62059087c5e6518a272df8861ffc /git.c
parent6f73ce79a253f59a7fa590b5abebd757afaa0ec5 (diff)
Include `ctype.h` in `git.c`.
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 35c6809..418a525 100644
--- a/git.c
+++ b/git.c
@@ -1,3 +1,4 @@
+#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>