From 9aa3a2a229e1dc3936e0295b05e151b4ef9a8826 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 27 Aug 2018 12:17:33 +0100 Subject: [PATCH] common/sparse: Fix include directory for nbdkit-plugin.h. Fixes commit 5986c3063ee1d2f28a33d01006bc31b596b4d5f6. --- common/sparse/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/common/sparse/Makefile.am b/common/sparse/Makefile.am index b6cf2f9..6d73878 100644 --- a/common/sparse/Makefile.am +++ b/common/sparse/Makefile.am @@ -38,6 +38,7 @@ libsparse_la_SOURCES = \ sparse.c \ sparse.h libsparse_la_CPPFLAGS = \ + -I$(top_srcdir)/include \ -I$(top_srcdir)/common/include libsparse_la_CFLAGS = \ $(WARNINGS_CFLAGS) -- 2.18.0