#include <string.h> since we use string functions...
authormillert <millert@openbsd.org>
Fri, 4 Apr 1997 16:51:37 +0000 (16:51 +0000)
committermillert <millert@openbsd.org>
Fri, 4 Apr 1997 16:51:37 +0000 (16:51 +0000)
sbin/nologin/nologin.c

index e49feae..c4132b5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nologin.c,v 1.1 1997/02/16 04:15:32 downsj Exp $      */
+/*     $OpenBSD: nologin.c,v 1.2 1997/04/04 16:51:37 millert Exp $     */
 
 /*
  * Copyright (c) 1997, Jason Downs.  All rights reserved.
@@ -27,6 +27,7 @@
 
 #include <sys/types.h>
 #include <fcntl.h>
+#include <string.h>
 #include <unistd.h>
 
 /* Distinctly different from _PATH_NOLOGIN. */