summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2013-11-03 08:10:11 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2013-11-03 08:10:11 +0000
commitac82fce12dec34794722a24aa502c65b01cbdb91 (patch)
treec564274f68acafa134bc08a7487c3bb645b9d5dc /src
parent1d7002416eb1f17829635ec3552a69a784f27f91 (diff)
Mongoose headers don't play nice with our redefined free() on persnickety compilers (nw)
Diffstat (limited to 'src')
-rw-r--r--src/emu/webengine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/webengine.c b/src/emu/webengine.c
index dbc66ddfb5f..f5e37f9353f 100644
--- a/src/emu/webengine.c
+++ b/src/emu/webengine.c
@@ -8,12 +8,12 @@
***************************************************************************/
+#include "web/mongoose.h"
+#include "web/json/json.h"
#include "emu.h"
#include "emuopts.h"
#include "ui.h"
#include "webengine.h"
-#include "web/mongoose.h"
-#include "web/json/json.h"
//**************************************************************************