X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ftv.c;h=7af7434e5bafb849e7a75004bef963059cf799d6;hb=f73f5c542edb2e4ff58a4bdc4f9d53415a14c4a1;hp=cb6f12f0538acf18da4ab4cdcdcfadba94b84e4e;hpb=ea99a9d7ba1da1e4c4cb0c6caae5e2a644914247;p=libfirm diff --git a/ir/tv/tv.c b/ir/tv/tv.c index cb6f12f05..7af7434e5 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -28,7 +28,9 @@ #include /* assertions */ #include /* atoi() */ -#include /* nice things for strings */ +#ifdef HAVE_STRING_H +# include /* nice things for strings */ +#endif #ifdef HAVE_STRINGS_H #include /* strings.h also includes bsd only function strcasecmp */ #endif @@ -46,7 +48,6 @@ #include "entity_t.h" /* needed to store pointers to entities */ #include "irmode_t.h" #include "irnode.h" /* defines boolean return values (pnc_number)*/ -#include "host.h" #include "strcalc.h" #include "fltcalc.h"