From 97caf300d3c19366f4ee428ea4c358cc6aa85c00 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 12 Dec 2002 18:50:06 +0000 Subject: [PATCH] dbStaticPvt needed for registering dbPvdTableSize --- src/dbStatic/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dbStatic/Makefile b/src/dbStatic/Makefile index 52ce36c22..fee7c3550 100644 --- a/src/dbStatic/Makefile +++ b/src/dbStatic/Makefile @@ -16,6 +16,7 @@ INC += alarmString.h INC += dbBase.h INC += dbFldTypes.h INC += dbStaticLib.h +INC += dbStaticPvt.h INC += link.h INC += special.h INC += guigroup.h