1 2 3 4 5 6 7 8 9 10 11 12 13
--- gencat/genlib.c +++ gencat/genlib.c @@ -49,10 +49,8 @@ #include <stdio.h> #include <stdlib.h> -#ifdef SYSV #include <sys/types.h> #include <unistd.h> -#endif #if !defined(__linux__) && !defined(__FreeBSD__) #include <memory.h>