summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2005-03-14 12:22:20 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2005-03-14 12:22:20 +0000
commit63aec1dca5b987cf2db35ff49726acd4bb1de7a5 (patch)
treea8f4effc64d998c0b6b05ce73a80e155ec597837
parentdadd10e0ca2f8a23781096e23d525d1d906346eb (diff)
downloadlighttpd-63aec1dca5b987cf2db35ff49726acd4bb1de7a5.tar.gz
add stdio.h for the SEGFAULT macro
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/post-upload-cleanup@131 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/bitset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitset.c b/src/bitset.c
index e40bea04..41b06623 100644
--- a/src/bitset.c
+++ b/src/bitset.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
+#include <stdio.h>
#include "bitset.h"
#include "buffer.h"