Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / net / pocketbus.h
index eb32d5630ad96be0da76503922a7fb88fb452177..ed970cd94ec8ef9f64e78edbaab27f886dbf9b9c 100644 (file)
@@ -39,7 +39,7 @@
 #ifndef NET_POCKETBUS_H
 #define NET_POCKETBUS_H
 
-#include <cfg/cfg_pocketbus.h>        /* for CONFIG_POCKETBUS_BUFLEN */
+#include "cfg/cfg_pocketbus.h"        /* for CONFIG_POCKETBUS_BUFLEN */
 #include <cfg/compiler.h>
 
 #include <algo/rotating_hash.h>