The header "mhd_sys_options.h" controls behaviour of other included headers and must be always included first (if included).
@@ -23,12 +23,12 @@
* @brief testing harness with clients against server
* @author Christian Grothoff
*/
+#include "libtest.h"
#include <pthread.h>
#include <stdbool.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
-#include "libtest.h"
/**
* A semaphore.
* @brief convenience functions for libtest users
#include <curl/curl.h>
* @brief convenience functions implementing clients making requests for libtest users
@@ -25,13 +25,13 @@
* replies from the server for libtest users
#include <stdio.h>