From: fatbob313 Date: Sat, 18 Dec 2010 21:29:22 +0000 (+0000) Subject: libconfig.h moved to include/ in OpenWRT, so no fix is required anymore. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=b026c5ad0acc4388d05fa4768b75ee8d79403ea4;p=umurmur.git libconfig.h moved to include/ in OpenWRT, so no fix is required anymore. --- diff --git a/src/conf.c b/src/conf.c index 4d82e2f..a66d9ee 100644 --- a/src/conf.c +++ b/src/conf.c @@ -32,11 +32,7 @@ #include #include -#ifdef WRT_TARGET -#include -#else #include -#endif #include "types.h" #include "conf.h"