2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2008-09-01 07:21:18 +00:00
parent e6a5f31ad0
commit 48c566019e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
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,
+4
View File
@@ -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>