From 1f741f75963f1f1a35cd61d926a15698825c7cef Mon Sep 17 00:00:00 2001
From: Dirk Zimoch <dirk.zimoch@psi.ch>
Date: Tue, 21 Mar 2017 14:08:07 +0100
Subject: [PATCH] export require.h

---
 GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/GNUmakefile b/GNUmakefile
index 564e45c9..bf094678 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -12,6 +12,7 @@ DBDS    += runScript.dbd
 SOURCES_T2 += strdup.c
 SOURCES_vxWorks   += asprintf.c
 HEADERS += strdup.h asprintf.h
+HEADERS += require.h
 
 # We need to find the Linux link.h before the EPICS link.h
 USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include 
-- 
GitLab