From 71ded2f25fc668b0212aa79620675563299b6322 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 3 Oct 2018 16:43:32 +0200 Subject: [PATCH] install dbCaPvt.h needed by devIocStats/ioccar --- modules/database/src/ioc/db/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/database/src/ioc/db/Makefile b/modules/database/src/ioc/db/Makefile index 53fe31ebc..1f4bfd181 100644 --- a/modules/database/src/ioc/db/Makefile +++ b/modules/database/src/ioc/db/Makefile @@ -43,6 +43,7 @@ INC += dbState.h INC += db_access_routines.h INC += db_convert.h INC += dbUnitTest.h +INC += dbCaPvt.h # Generate menuGlobal.dbd, not really by concatenation, see RULES DBDCAT += menuGlobal.dbd