From: Michael Beck Date: Wed, 23 May 2007 15:47:08 +0000 (+0000) Subject: missing include added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=975a234991f38629b09fbb060fdca2384f157a97;p=libfirm missing include added [r14007] --- diff --git a/ir/debug/debugger.c b/ir/debug/debugger.c index a9e7ac47c..e6e002796 100644 --- a/ir/debug/debugger.c +++ b/ir/debug/debugger.c @@ -47,6 +47,9 @@ #ifdef HAVE_STRING_H #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif #include