fix compilation (include -> #include)

This commit is contained in:
Max Khon 2001-11-21 20:40:21 +00:00
parent 31689d25c8
commit 1e45081335

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"