1--- def.h.orig 2013-12-12 17:16:34.000000000 +0100 2+++ def.h 2013-12-12 17:17:40.000000000 +0100 3@@ -13,6 +13,8 @@ 4 #define DEF_DEF 5 #define LINT_ARGS 1 /* enable lint type checking */ 6 #include <stdio.h> 7+#include <stdlib.h> 8+#include <string.h> 9 10 #ifdef UNIX 11 #include <sys/types.h> 12 13