diff options
-rw-r--r-- | tdeio/tdeio/global.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp index 21437cdd3..be6e6d89a 100644 --- a/tdeio/tdeio/global.cpp +++ b/tdeio/tdeio/global.cpp @@ -1307,7 +1307,7 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er #endif #ifdef HAVE_SYS_UCRED_H #include <sys/ucred.h> -#elifdef HAVE_UCRED_H +#elif defined(HAVE_UCRED_H) #include <ucred.h> #endif #ifdef HAVE_SYS_MOUNT_H |