summaryrefslogtreecommitdiff
path: root/pullreqd.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-04 11:13:28 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-04 11:13:28 -0400
commit3c1692b86a570ab0888a33224aee3c7f1f9b02b7 (patch)
tree36701bd47a237c613a7fa41e0fdf311e4094c5b3 /pullreqd.c
parent58b80704effdff1d387c9bdc8b0a8e783b23690e (diff)
Fixed a typo in `pullreqd.c`.
Diffstat (limited to 'pullreqd.c')
-rw-r--r--pullreqd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullreqd.c b/pullreqd.c
index 9bb77e7..6cfd46b 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
-#include <sys/type.h>
+#include <sys/types.h>
#include <syslog.h>
#include <unistd.h>