=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/sysdef.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/mg/Attic/sysdef.h 2001/05/24 03:05:26 1.9 +++ src/usr.bin/mg/Attic/sysdef.h 2002/02/14 22:54:35 1.10 @@ -1,12 +1,14 @@ -/* $OpenBSD: sysdef.h,v 1.9 2001/05/24 03:05:26 mickey Exp $ */ +/* $OpenBSD: sysdef.h,v 1.10 2002/02/14 22:54:35 vincent Exp $ */ /* * POSIX system header file */ +#include #include #include #include #include +#include #define KBLOCK 8192 /* Kill grow. */ #define GOOD 0 /* Good exit status. */