From 408b7d885240d7c1fdd5e1f059570750cf69fb86 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Tue, 17 Aug 2021 14:25:47 +0000 Subject: [PATCH] add _null.h to include Makefile --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 4999ee9..673446f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,6 @@ noinst_HEADERS = noinst_HEADERS += string.h +noinst_HEADERS += sys/_null.h noinst_HEADERS += sys/queue.h noinst_HEADERS += sys/tree.h noinst_HEADERS += sys/types.h