portability fix
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1993 05:20:09 +0000 (21:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1993 05:20:09 +0000 (21:20 -0800)
SCCS-vsn: usr.sbin/sendmail/makemap/makemap.c 8.4

usr/src/usr.sbin/sendmail/makemap/makemap.c

index 504f643..efb43a3 100644 (file)
@@ -7,11 +7,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)makemap.c  8.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)makemap.c  8.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #include <sysexits.h>
 #endif /* not lint */
 
 #include <stdio.h>
 #include <sysexits.h>
+#include <sys/types.h>
 #include <sys/file.h>
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
 #include <ctype.h>
 #include <string.h>