-rw-r--r-- | library/power.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/power.cpp b/library/power.cpp index 12b52ed..d10a865 100644 --- a/library/power.cpp +++ b/library/power.cpp @@ -15,17 +15,17 @@ ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include "power.h" -#ifdef QT_QWS_CUSTOM +#if defined( QT_QWS_CUSTOM ) || defined( QT_QWS_IPAQ ) #include "custom.h" #endif #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <fcntl.h> #include <sys/ioctl.h> |