diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,10 +6,11 @@ #include <stdio.h> #include <string.h> #include <ctype.h> +#include <libgen.h> #define MAX(A, B) ((A) > (B) ? (A) : (B)) -#define FODD_MAX_ARRAY 1048576 +#define FOOD_MAX_ARRAY 1048576 void fdebug(const char *fmt, ...); |