diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,12 +18,11 @@ * */ -#define PROGRAM_NAME "ponymap" -#define PROGRAM_VERSION "alpha" - #define _POSIX_C_SOURCE 199309L #define _XOPEN_SOURCE 600 +#include "config.h" + #include <stdio.h> #include <stdlib.h> #include <errno.h> |