From 4f66d445e1e1400ae1e021e5ebdcf1d4ef9a09e0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Aug 2005 12:11:14 +0000 Subject: [PATCH] fixed -Wundef warning for HAVE_SCHED_H git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/threadpsx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2