diff options
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r-- | ace/config-freebsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index a948c2a3635..60c2a5c5e8b 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -7,6 +7,7 @@ // platforms using GNU C++ but without the POSIX (pthread) threads package #ifndef ACE_CONFIG_FREEBSD_H +#include "ace/pre.h" #define ACE_CONFIG_FREEBSD_H #include <osreldate.h> @@ -192,4 +193,5 @@ ange */ #define TCGETS TIOCGETA #define TCSETS TIOCSETA +#include "ace/post.h" #endif /* ACE_CONFIG_FREEBSD_H */ |