Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing includes
Baptiste Daroussin committed 11 years ago
commit abfbbb26f8f371451471944f8e10ff955360ef64
parent c68e105
2 files changed +2 -0
modified libpkg/Makefile.am
@@ -7,6 +7,7 @@ pkg_common_cflags= -I$(top_srcdir)/libpkg -I$(top_builddir)/libpkg \
			-I$(top_srcdir)/external/libsbuf \
			-I$(top_srcdir)/external/expat/lib \
			-I$(top_srcdir)/external/libucl/include \
+
			-I$(top_srcdir)/external/libucl/klib \
			-I$(top_srcdir)/external/picosat \
			-I$(top_srcdir)/external/uthash \
			-I$(top_srcdir)/external/sqlite \
modified libpkg/repo/binary/Makefile.am
@@ -4,6 +4,7 @@ pkg_common_cflags= -I$(top_srcdir)/libpkg -I$(top_builddir)/libpkg \
			@LDNS_CFLAGS@ \
			-I$(top_srcdir)/external/expat/lib \
			-I$(top_srcdir)/external/libucl/include \
+
			-I$(top_srcdir)/external/libucl/klib \
			-I$(top_srcdir)/external/uthash \
			-I$(top_srcdir)/external/sqlite \
			-Wno-pointer-sign