summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-21 03:34:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-21 03:34:02 +0000
commitf24011eef5760a1d39ae7cfde563436aa1d58609 (patch)
tree2b9dc8983400c10ec678165331de16f06902f702 /ace
parent178cb03e620e7f736fb6529a888b5b7f68464ec9 (diff)
downloadATCD-f24011eef5760a1d39ae7cfde563436aa1d58609.tar.gz
added #include of ace/config.h so that conditions for include of ace/OS.h can be checked
Diffstat (limited to 'ace')
-rw-r--r--ace/Svc_Conf_l.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp
index 07dbbde7d7e..99f64f26b71 100644
--- a/ace/Svc_Conf_l.cpp
+++ b/ace/Svc_Conf_l.cpp
@@ -8,6 +8,7 @@
#define FLEX_SCANNER
+#include "ace/config.h"
#if defined (HPUX) || defined (VXWORKS)
#include "ace/OS.h"
#endif /* HPUX || VXWORKS */