diff options
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r-- | src/ratpoison.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h index 089fcb9..e5d0a35 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -24,6 +24,9 @@ # include <config.h> #endif /* HAVE_CONFIG_H */ +#include <stdlib.h> +#include <stdio.h> + /* Some error reporting macros */ #define PRE_PRINT_LOCATION fprintf (stderr, "%s:%s():%d: ", __FILE__, __FUNCTION__, __LINE__); #define PRINT_ERROR(format, args...) \ |