This commit was generated by cvs2svn to track changes on a CVS vendor
[binutils-gdb.git] / gas / sb.c
index b6af2ef78776b24370cd22213c15939668f37ddc..6ec23fcdb923addeb31c7bb3397f78fe61aab710 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
 
 #include "config.h"
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#include <strings.h>
+#endif
+#include "libiberty.h"
 #include "sb.h"
 
 /* These routines are about manipulating strings.
@@ -63,7 +69,6 @@ sb_build (ptr, size)
   /* see if we can find one to allocate */
   sb_element *e;
 
-#undef abort
   if (size > sb_max_power_two)
     abort ();