needs types.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 24 May 1994 06:37:36 +0000 (22:37 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 24 May 1994 06:37:36 +0000 (22:37 -0800)
SCCS-vsn: usr.bin/pascal/libpc/SCLCK.c 8.2

usr/src/usr.bin/pascal/libpc/SCLCK.c

index 3967227..db2f6ff 100644 (file)
@@ -6,9 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)SCLCK.c    8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)SCLCK.c    8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
+#include <sys/types.h>
 #include <sys/time.h>
 #include <sys/resource.h>
 
 #include <sys/time.h>
 #include <sys/resource.h>