missing include added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 23 May 2007 15:47:08 +0000 (15:47 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 23 May 2007 15:47:08 +0000 (15:47 +0000)
[r14007]

ir/debug/debugger.c

index a9e7ac4..e6e0027 100644 (file)
@@ -47,6 +47,9 @@
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 
 #include <ctype.h>