diff options
Diffstat (limited to 'ace/config-netbsd.h')
-rw-r--r-- | ace/config-netbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index d179c727466..4e87c8e8f5d 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -7,6 +7,7 @@ // platforms using GNU g++. #ifndef ACE_CONFIG_H +#include "ace/pre.h" #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) @@ -174,4 +175,5 @@ ange */ #define ACE_LACKS_GETHOSTENT +#include "ace/post.h" #endif /* ACE_CONFIG_H */ |