summaryrefslogtreecommitdiff
path: root/mb.c
diff options
context:
space:
mode:
Diffstat (limited to 'mb.c')
-rw-r--r--mb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mb.c b/mb.c
index 7ced833..5d3cb5f 100644
--- a/mb.c
+++ b/mb.c
@@ -2,6 +2,10 @@
*/
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
+
+#include <unistd.h>
+#include <sys/stat.h>
void Process(FILE *fp, const char *p);