From cbd46342246c670260e3a9faeaa8491e7e73b17f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 14 Sep 2018 12:00:47 +0200 Subject: [PATCH] install header needed by iocStats --- src/db/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/Makefile b/src/db/Makefile index 0ebdffdb6..abfb56675 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -33,6 +33,7 @@ INC += dbIocRegister.h # The following go away what old database access goes away INC += db_access_routines.h INC += db_convert.h +INC += dbCaPvt.h DBDINC += menuAlarmSevr DBDINC += menuAlarmStat