packages/net/umurmur/patches/001-fix-libconfig-include.patch
swalker ea4d22774f [packages] umurmur: update to 0.2.5 (#8268), thanks martin, and patch the libconfig header path post r24199
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-17 04:07:54 +00:00

15 lines
230 B
Diff

--- a/src/conf.c
+++ b/src/conf.c
@@ -32,11 +32,7 @@
#include <stdlib.h>
#include <string.h>
-#ifdef WRT_TARGET
-#include <libconfig/libconfig.h>
-#else
#include <libconfig.h>
-#endif
#include "types.h"
#include "conf.h"