From 48c566019e8220b3a4552bd785da34b78f60202a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Sep 2008 07:21:18 +0000 Subject: =?UTF-8?q?2008-09-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H. --- cpukit/ChangeLog | 4 ++++ cpukit/libblock/src/nvdisk-sram.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4b5ef95a90..bb15ec8918 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-09-01 Ralf Corsépius + + * libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H. + 2008-09-01 Ralf Corsépius * httpd/asp.c, httpd/balloc.c, httpd/default.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 #include -- cgit v1.2.3