about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/control.c')
-rw-r--r--converter/other/fiasco/codec/control.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/converter/other/fiasco/codec/control.c b/converter/other/fiasco/codec/control.c
index 9af9928b..94c23c83 100644
--- a/converter/other/fiasco/codec/control.c
+++ b/converter/other/fiasco/codec/control.c
@@ -16,11 +16,7 @@
 
 #include "config.h"
 
-#if HAVE_STRING_H
-#	include <string.h>
-#else /* not HAVE_STRING_H */
-#	include <strings.h>
-#endif /* not HAVE_STRING_H */
+#include <string.h>
  
 #include "types.h"
 #include "macros.h"