From 40f1eae1311468bbc430df18f7fb8b730b3d561c Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 9 Dec 2008 15:52:41 -0800 Subject: [PATCH] Add libspl includes to libumem --- zfs/lib/libumem/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/zfs/lib/libumem/Makefile.in b/zfs/lib/libumem/Makefile.in index 283856a27d..496668074d 100644 --- a/zfs/lib/libumem/Makefile.in +++ b/zfs/lib/libumem/Makefile.in @@ -11,6 +11,7 @@ LIBRARY := libumem # the kernel build system to construct a user space shared library. HOSTCFLAGS += @HOSTCFLAGS@ +HOSTCFLAGS += -I@LIBDIR@/libspl/include HOSTCFLAGS += -I@LIBDIR@/libumem/include HOSTLDFLAGS += -pthread