aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/daemontest_post.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-27 22:22:47 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-27 22:22:47 +0000
commit06fe8af2b9c63bda408c50103e2a1ce458c950c3 (patch)
tree3b9b14cf8691620cf635dee25f6ae215b945931f /src/testzzuf/daemontest_post.c
parentbcb61e71d7f0cf7899f52d9b6e59e1d841e10dfa (diff)
downloadlibmicrohttpd-06fe8af2b9c63bda408c50103e2a1ce458c950c3.tar.gz
libmicrohttpd-06fe8af2b9c63bda408c50103e2a1ce458c950c3.zip
use MHD_config.h
Diffstat (limited to 'src/testzzuf/daemontest_post.c')
-rw-r--r--src/testzzuf/daemontest_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testzzuf/daemontest_post.c b/src/testzzuf/daemontest_post.c
index 7823d1ed..1d6d9bc0 100644
--- a/src/testzzuf/daemontest_post.c
+++ b/src/testzzuf/daemontest_post.c
@@ -24,7 +24,7 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26 26
27#include "config.h" 27#include "MHD_config.h"
28#include <curl/curl.h> 28#include <curl/curl.h>
29#include <microhttpd.h> 29#include <microhttpd.h>
30#include <stdlib.h> 30#include <stdlib.h>