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