]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict with AIX system headers.
[wxWidgets.git] / src / unix / threadpsx.cpp
index 746698e560d41350739199ee4d352981e9798378..69914f71b3f42910d71034dd6535048498363cd0 100644 (file)
@@ -44,7 +44,7 @@
 #include <pthread.h>
 #include <errno.h>
 #include <time.h>
-#if HAVE_SCHED_H
+#ifdef HAVE_SCHED_H
     #include <sched.h>
 #endif