+ Rearrange header to compile with GCC 4.4

pull/9/head
kelson42 12 years ago
parent 85620ed05e
commit 3aa62c4b06

@ -41,10 +41,6 @@ extern "C" {
#include <microhttpd.h> #include <microhttpd.h>
} }
#else
#include <stdint.h>
#include <unistd.h>
#include <microhttpd.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>
@ -72,6 +68,12 @@ extern "C" {
#include <otherTools.h> #include <otherTools.h>
#include <resourceTools.h> #include <resourceTools.h>
#ifndef _WIN32
#include <stdint.h>
#include <unistd.h>
#include <microhttpd.h>
#endif
using namespace std; using namespace std;
static bool nosearchbarFlag = false; static bool nosearchbarFlag = false;

Loading…
Cancel
Save