]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed -Wundef warning for HAVE_SCHED_H
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Aug 2005 12:11:14 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Aug 2005 12:11:14 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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