need to include <sys/types.h>
[unix-history] / usr / src / lib / libc / gen / nice.c
index 7e4eeeb..cfe3e9b 100644 (file)
@@ -6,9 +6,10 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)nice.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)nice.c     5.6 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #endif /* LIBC_SCCS and not lint */
 
+#include <sys/types.h>
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <unistd.h>
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <unistd.h>