summaryrefslogtreecommitdiffstats
path: root/cpukit/libgnat
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:08:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:08:04 +0000
commitddeb7730abc29ffb8b361f301b2f80e826050f8a (patch)
treed45a34d635905be77f752e31ea61c6797dc3718c /cpukit/libgnat
parentremoved typo in uboot size (diff)
downloadrtems-ddeb7730abc29ffb8b361f301b2f80e826050f8a.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libgnat/ada_intrsupp.c, telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: Add include of config.h
Diffstat (limited to 'cpukit/libgnat')
-rw-r--r--cpukit/libgnat/ada_intrsupp.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/libgnat/ada_intrsupp.c b/cpukit/libgnat/ada_intrsupp.c
index 8cb4ab339f..5f9c19281f 100644
--- a/cpukit/libgnat/ada_intrsupp.c
+++ b/cpukit/libgnat/ada_intrsupp.c
@@ -1,3 +1,18 @@
+/*
+ * COPYRIGHT (c) 1989-2010.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <rtems/bspIo.h>