Implement binary emitter for fpush.
[libfirm] / ir / adt / xmalloc.c
index 79d7a63..cead506 100644 (file)
@@ -28,9 +28,7 @@
    [reimplement xstrdup, ... ] */
 #include "config.h"
 
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
 #include <stdlib.h>
 
 #include "xmalloc.h"