From 0bb6fb285d528d7d05321e47fb60c62b8fcd2791 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 9 Jan 2002 01:13:26 +0000 Subject: [PATCH] will not build with GNU unless the enum is defined --- src/ca/caDiagnostics.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ca/caDiagnostics.h b/src/ca/caDiagnostics.h index 8efba8dfa..4956fd82d 100644 --- a/src/ca/caDiagnostics.h +++ b/src/ca/caDiagnostics.h @@ -1,4 +1,5 @@ +#include "cadef.h" #ifdef __cplusplus extern "C" {