summaryrefslogtreecommitdiffhomepage
path: root/patches/infozip.local.patch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-16 21:15:02 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-06-17 08:01:47 +0000
commit1be5efbcabaa8f8a513a4a5488e89d6cf5e4d42e (patch)
tree0f44d358f29f2a2e670d5ccf99c5b8f1e090095e /patches/infozip.local.patch
parent1daa6ba6b88f7cb5eb37a6d62ff56b4511d89412 (diff)
downloadmidipix_build-1be5efbcabaa8f8a513a4a5488e89d6cf5e4d42e.tar.bz2
midipix_build-1be5efbcabaa8f8a513a4a5488e89d6cf5e4d42e.tar.xz
patches/info{,un}zip{,_minipix}.local.patch: add missing #include's.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/infozip.local.patch')
-rw-r--r--patches/infozip.local.patch2
1 files changed, 1 insertions, 1 deletions
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 ?=