summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/mghttpd01/test-http-client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/libtests/mghttpd01/test-http-client.h b/testsuites/libtests/mghttpd01/test-http-client.h
index 5e06f96ede..bbcbfa7b3e 100644
--- a/testsuites/libtests/mghttpd01/test-http-client.h
+++ b/testsuites/libtests/mghttpd01/test-http-client.h
@@ -15,14 +15,14 @@
#ifndef TEST_WEB_CLIENT_H
#define TEST_WEB_CLIENT_H
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
typedef struct
{
int socket;