Increase minor version number (to 2.10.91) to help tools detect the new
[deliverable/binutils-gdb.git] / gas / sb.c
index bbb298d0a0c4fa1a33efda180f3b59b57adddb84..789460286fa01c98cd044d680c97e56676e7a284 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
 
 #include "config.h"
 #include <stdio.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_STRING_H
 #include <string.h>
+#else
+#include <strings.h>
+#endif
 #include "libiberty.h"
 #include "sb.h"
 
This page took 0.034686 seconds and 4 git commands to generate.