From: Vadim Zeitlin Date: Wed, 24 Aug 2005 12:11:14 +0000 (+0000) Subject: fixed -Wundef warning for HAVE_SCHED_H X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f66d445e1e1400ae1e021e5ebdcf1d4ef9a09e0 fixed -Wundef warning for HAVE_SCHED_H git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index 746698e560..69914f71b3 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -44,7 +44,7 @@ #include #include #include -#if HAVE_SCHED_H +#ifdef HAVE_SCHED_H #include #endif