From af8d70c2bcba39c02510786e71783f5bdb95d7d3 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 27 Dec 2008 01:30:48 +0100 Subject: [PATCH] include fix --- src/lib/sync.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/sync.hpp b/src/lib/sync.hpp index 81b2ec019..08fdbdfdb 100644 --- a/src/lib/sync.hpp +++ b/src/lib/sync.hpp @@ -39,8 +39,8 @@ #define LIB_SYNC_H #include "include/nobugcfg.h" +#include "lib/error.hpp" #include "lib/util.hpp" -#include "include/error.hpp" extern "C" { #include "lib/mutex.h"