diff options
| author | perry <perry@NetBSD.org> | 2007-12-15 16:32:05 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2007-12-15 16:32:05 +0000 |
| commit | 36c7456d7cd7b91b79d5a20177ec23ed7ed0daa9 (patch) | |
| tree | 9b90a01253cd6c8002a7b950678703de862cdf7f /libexec/httpd | |
| parent | 83ae3a004977923a9938cc71aff2a7ed0c7b9766 (diff) | |
include sys/cdefs.h so that __attribute__ can be fixed later
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/bozohttpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c index 4edc97191db..9c6c40ce10d 100644 --- a/libexec/httpd/bozohttpd.c +++ b/libexec/httpd/bozohttpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.3 2007/10/17 18:48:00 tls Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.4 2007/12/15 16:32:05 perry Exp $ */ /* $eterna: bozohttpd.c,v 1.137 2006/05/17 08:37:36 mrg Exp $ */ @@ -126,6 +126,7 @@ * And so it begins .. */ +#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> |
