fix compilation (include -> #include)

This commit is contained in:
fjoe 2001-11-21 20:40:21 +00:00
parent edeaa4b621
commit ae79066ef7

View File

@ -28,7 +28,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.7 2001/08/07 19:34:11 millert Exp $";
#endif /* LIBC_SCCS and not lint */
include <sys/cdefs.h>
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "namespace.h"