add include of types.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Feb 1991 14:51:52 +0000 (06:51 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Feb 1991 14:51:52 +0000 (06:51 -0800)
SCCS-vsn: sys/sys/fcntl.h 5.9

usr/src/sys/sys/fcntl.h

index 1d8d404..0558ba9 100644 (file)
@@ -4,9 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fcntl.h     5.8 (Berkeley) %G%
+ *     @(#)fcntl.h     5.9 (Berkeley) %G%
  */
 
  */
 
+#include "types.h"
+
 #ifndef F_DUPFD
 
 /* command values for fcntl(2) */
 #ifndef F_DUPFD
 
 /* command values for fcntl(2) */