summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/aio_cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/aio_cancel.c')
-rw-r--r--cpukit/posix/src/aio_cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/aio_cancel.c b/cpukit/posix/src/aio_cancel.c
index 2b6a2125d6..58d7a385e6 100644
--- a/cpukit/posix/src/aio_cancel.c
+++ b/cpukit/posix/src/aio_cancel.c
@@ -13,7 +13,7 @@
* http://www.rtems.org/license/LICENSE.
*/
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif