summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stringto/stringtounsignedlong.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 15:20:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 15:20:32 +0000
commit56f61c7d6f2a42ea14c77557db8b757b810e3a93 (patch)
tree955aaa6423dbcf25f22808b128ea78088fb153fe /cpukit/libmisc/stringto/stringtounsignedlong.c
parentReorder includes. (diff)
downloadrtems-56f61c7d6f2a42ea14c77557db8b757b810e3a93.tar.bz2
Add HAVE_CONFIG_H support to let files receive configure defines.
Diffstat (limited to 'cpukit/libmisc/stringto/stringtounsignedlong.c')
-rw-r--r--cpukit/libmisc/stringto/stringtounsignedlong.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libmisc/stringto/stringtounsignedlong.c b/cpukit/libmisc/stringto/stringtounsignedlong.c
index 0a66e88ee4..918b665a9a 100644
--- a/cpukit/libmisc/stringto/stringtounsignedlong.c
+++ b/cpukit/libmisc/stringto/stringtounsignedlong.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
* Instantiate an error checking wrapper for strtoul (unsigned long)
*/