libconfig.h moved to include/ in OpenWRT, so no fix is required anymore.
authorfatbob313 <martin@fatbob.nu>
Sat, 18 Dec 2010 21:29:22 +0000 (21:29 +0000)
committerfatbob313 <martin@fatbob.nu>
Sat, 18 Dec 2010 21:29:22 +0000 (21:29 +0000)
src/conf.c

index 4d82e2f1b7e6aa16e0bfe03836fc6ac9af6876c6..a66d9eedc1e0107d041f7a91a8fdcd8175d590fe 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef WRT_TARGET
-#include <libconfig/libconfig.h>
-#else
 #include <libconfig.h>
-#endif
 
 #include "types.h"
 #include "conf.h"