(NGC) Change ifdef in netlogger code from HW_RVL to GEKKO

This commit is contained in:
Twinaphex 2012-09-01 02:32:52 +02:00
parent 994325c5f9
commit e6322b9903

View File

@ -24,7 +24,7 @@
#include <arpa/inet.h>
#endif
#ifdef HW_RVL
#ifdef GEKKO
#include <network.h>
#endif