summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01/test-http-client.h
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-10-15 04:37:40 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-10-15 17:56:55 +0200
commit2d72c19843b1af4bb0f2e037dab260179e4e981f (patch)
tree275581e4fd7b68aedcb80934db13c977e5bc30c7 /testsuites/libtests/mghttpd01/test-http-client.h
parentUse %zd instead of %d to print size_t's (diff)
downloadrtems-2d72c19843b1af4bb0f2e037dab260179e4e981f.tar.bz2
Move extern "C" after std-header inclusions.
Diffstat (limited to 'testsuites/libtests/mghttpd01/test-http-client.h')
-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;