diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-09-25 18:49:16 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-09-25 18:49:16 +0100 |
commit | 5784031c8874499bc3ab2d8539f15f7fec332710 (patch) | |
tree | 27250aa5a47817b5e53b2759d01ce2e6fd3205d0 /mb.c | |
parent | 0995c4defcf1daa10a2aad5a33bf6e1f1124ee1b (diff) |
Added .gitignore and fix errors on MacOS
Diffstat (limited to 'mb.c')
-rw-r--r-- | mb.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |