summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:21:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-01 07:21:18 +0000
commit48c566019e8220b3a4552bd785da34b78f60202a (patch)
treee7501889f76346f87ae6f0fc78823b824007d87b /cpukit
parent2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-48c566019e8220b3a4552bd785da34b78f60202a.tar.bz2
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libblock/src/nvdisk-sram.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4b5ef95a90..bb15ec8918 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
+
+2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* httpd/asp.c, httpd/balloc.c, httpd/default.c,
httpd/emfdb.c, httpd/form.c, httpd/handler.c,
httpd/md5c.c, httpd/security.c, httpd/sock.c,
diff --git a/cpukit/libblock/src/nvdisk-sram.c b/cpukit/libblock/src/nvdisk-sram.c
index aa78689ec7..f036798590 100644
--- a/cpukit/libblock/src/nvdisk-sram.c
+++ b/cpukit/libblock/src/nvdisk-sram.c
@@ -9,6 +9,10 @@
* Provide SRAM support for the NV Disk.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <errno.h>