From 1be5efbcabaa8f8a513a4a5488e89d6cf5e4d42e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 16 Jun 2019 21:15:02 +0000 Subject: patches/info{,un}zip{,_minipix}.local.patch: add missing #include's. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/infozip.local.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/infozip.local.patch') diff --git a/patches/infozip.local.patch b/patches/infozip.local.patch index 4af76831..89416961 100644 --- a/patches/infozip.local.patch +++ b/patches/infozip.local.patch @@ -5,7 +5,7 @@ INSTALL_D = mkdir -p -CFLAGS ?= -I. -DUNIX -DHAVE_TERMIOS_H -DNO_BZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DUIDGID_NOT_16BIT -+override CFLAGS += -I. -DUNIX -DHAVE_TERMIOS_H -DNO_BZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DUIDGID_NOT_16BIT ++override CFLAGS += --include=unistd.h --include=stdlib.h --include=stdio.h --include=sys/stat.h -I. -DUNIX -DHAVE_TERMIOS_H -DNO_BZIP2_SUPPORT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DUIDGID_NOT_16BIT LFLAGS1 ?= LDFLAGS ?= -- cgit v1.2.3