From 0100e71290e4415b27619b7e5dedfc0582323f44 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 19 Nov 1999 21:56:10 +0000 Subject: [PATCH] include dbDefs.h for TRUE and FALSE --- src/libCom/error/errlog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/error/errlog.c b/src/libCom/error/errlog.c index 39004c90b..d23fee8c8 100644 --- a/src/libCom/error/errlog.c +++ b/src/libCom/error/errlog.c @@ -21,6 +21,7 @@ of this distribution. #include #define ERRLOG_INIT +#include "dbDefs.h" #include "osiThread.h" #include "osiSem.h" #include "osiInterrupt.h"