Use proper macro for using IOKit includes.

This commit is contained in:
Vincent Béron 2005-07-24 16:15:06 +00:00 committed by Alexandre Julliard
parent a9038b5584
commit ca26076164
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
# endif
#endif
#ifdef __APPLE__
#ifdef HAVE_IOKIT_IOKITLIB_H
# include <IOKit/IOKitLib.h>
# include <CoreFoundation/CFNumber.h> /* for kCFBooleanTrue, kCFBooleanFalse */
# include <paths.h>