From b68e80fa1508a70ffc1ca9f648fe8d99e3365ab5 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 12 May 2020 11:10:51 +0200 Subject: [PATCH] install header needed by iocStats --- src/db/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/Makefile b/src/db/Makefile index 0ebdffdb6..e66e3be4e 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -33,6 +33,8 @@ 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