need sys/stat.h
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 08:27:08 +0000 (00:27 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 08:27:08 +0000 (00:27 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.25

usr/src/usr.sbin/sendmail/src/conf.h

index 94c9ac8..a655db5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      6.24 (Berkeley) %G%
+ *     @(#)conf.h      6.25 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -13,6 +13,7 @@
 */
 
 # include <sys/param.h>
 */
 
 # include <sys/param.h>
+# include <sys/stat.h>
 # include <fcntl.h>
 
 /*
 # include <fcntl.h>
 
 /*