From ac17a625ce916e169d2de6a54f809e247f5bd1e0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 10 Dec 2019 12:31:59 +0100 Subject: [PATCH] build-sys: add missing header Signed-off-by: Karel Zak --- include/Makemodule.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makemodule.am b/include/Makemodule.am index a62a8c4cc..92d1c3058 100644 --- a/include/Makemodule.am +++ b/include/Makemodule.am @@ -40,6 +40,7 @@ dist_noinst_HEADERS += \ include/partx.h \ include/path.h \ include/pathnames.h \ + include/pidfd-utils.h \ include/plymouth-ctrl.h \ include/procutils.h \ include/pt-bsd.h \