summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 03:25:24 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 03:25:24 +0000
commitc8b9cf29b15b323f43f455c0009ef143b39bce72 (patch)
tree7de9cb0a2e397c57db7f8848af43e3d4a74a7e75 /ace/config-all.h
parent00461eeed1b26536dd73528e4c857204dbe34bbf (diff)
downloadATCD-c8b9cf29b15b323f43f455c0009ef143b39bce72.tar.gz
Case problem with svc_export.h
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index e2c1f2c9bf2..dad168dd6b2 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -131,7 +131,7 @@
#endif /* ACE_HAS_CUSTOM_EXPORT_MACROS */
#include "ace/ACE_export.h"
-#include "ace/Svc_export.h"
+#include "ace/svc_export.h"
// This is a whim of mine -- that instead of annotating a class with
// ACE_Export in its declaration, we make the declaration near the TOP