diff options
Diffstat (limited to 'ace/config-mit-pthread.h')
-rw-r--r-- | ace/config-mit-pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-mit-pthread.h b/ace/config-mit-pthread.h index 73f8499c63d..03eda51c41b 100644 --- a/ace/config-mit-pthread.h +++ b/ace/config-mit-pthread.h @@ -1,8 +1,8 @@ // $Id$ #ifndef ACE_CONFIG_MIT_PTHREAD_H -#include "ace/pre.h" #define ACE_CONFIG_MIT_PTHREAD_H +#include "ace/pre.h" // Platform uses int for select() rather than fd_set. #if !defined(ACE_HAS_SELECT_H) |