summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/hexsyntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/hexsyntax.c')
-rw-r--r--cpukit/libmisc/shell/hexsyntax.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/hexsyntax.c b/cpukit/libmisc/shell/hexsyntax.c
index 4d81249b8d..c9db797755 100644
--- a/cpukit/libmisc/shell/hexsyntax.c
+++ b/cpukit/libmisc/shell/hexsyntax.c
@@ -31,6 +31,10 @@
* SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifndef lint
#if 0
static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95";