firmware-utils: fix build on not Linux

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
Kevin Darbyshire-Bryant 2021-08-21 20:08:07 +01:00
parent 23bf503605
commit c9faa84b31
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME := firmware-utils PKG_NAME := firmware-utils
PKG_RELEASE := 8 PKG_RELEASE := 9
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk

View File

@ -17,7 +17,7 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <linux/limits.h> #include <limits.h>
#include "md5.h" #include "md5.h"
#define ZYXEL_MAGIC 0xdeadbeaf #define ZYXEL_MAGIC 0xdeadbeaf