fixed -Wundef warning for HAVE_SCHED_H

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-24 12:11:14 +00:00
parent 60e4975cb8
commit 4f66d445e1

View 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