summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/devctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/devctl.c')
-rw-r--r--cpukit/posix/src/devctl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/src/devctl.c b/cpukit/posix/src/devctl.c
index 699bc2d228..9800a109eb 100644
--- a/cpukit/posix/src/devctl.c
+++ b/cpukit/posix/src/devctl.c
@@ -2,6 +2,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <devctl.h>
#include <rtems/system.h>