types.h for u_char
authorderaadt <deraadt@openbsd.org>
Thu, 12 Dec 1996 08:18:31 +0000 (08:18 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 12 Dec 1996 08:18:31 +0000 (08:18 +0000)
sys/lib/libkern/strcmp.c
sys/lib/libkern/strncmp.c

index 78449ab..6e95f84 100644 (file)
 
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)strcmp.c    5.5 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strcmp.c,v 1.3 1996/12/08 14:25:49 niklas Exp $";
+static char *rcsid = "$Id: strcmp.c,v 1.4 1996/12/12 08:18:31 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
+#include <sys/types.h>
 #ifndef _KERNEL
 #include <string.h>
 #else
index 60756cc..dee8b18 100644 (file)
 
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)strncmp.c   5.6 (Berkeley) 1/26/91";*/
-static char *rcsid = "$Id: strncmp.c,v 1.3 1996/12/08 14:25:49 niklas Exp $";
+static char *rcsid = "$Id: strncmp.c,v 1.4 1996/12/12 08:18:32 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
+#include <sys/types.h>
 #ifndef _KERNEL
 #include <string.h>
 #else