Explorar o código

netifd: fix compile error when both libnl and libnl-tiny are built

SVN-Revision: 28854
Felix Fietkau %!s(int64=14) %!d(string=hai) anos
pai
achega
9906717bfb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/netifd/Makefile

+ 2 - 2
package/netifd/Makefile

@@ -23,8 +23,8 @@ define Package/netifd
 endef
 
 TARGET_CFLAGS += \
-	-I$(STAGING_DIR)/usr/include \
-	-I$(STAGING_DIR)/usr/include/libnl-tiny
+	-I$(STAGING_DIR)/usr/include/libnl-tiny \
+	-I$(STAGING_DIR)/usr/include
 
 CMAKE_OPTIONS += \
 	-DLIBNL_LIBS=-lnl-tiny \