gas/
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index 5041eb871e6ecb175ad2ee8f26022de148162656..28d3d25de4d0e75b6c2ce8247b7802cdcbcc0135 100644 (file)
@@ -26,6 +26,7 @@
 #include "objfiles.h"
 #include "observer.h"
 #include "regcache.h"
+#include "solib.h"
 #include "solist.h"
 #include "symfile.h"
 #include "target.h"
@@ -97,7 +98,7 @@ bsd_uthread_check_magic (CORE_ADDR addr)
   ULONGEST magic = read_memory_unsigned_integer (addr, 4);
 
   if (magic != BSD_UTHREAD_PTHREAD_MAGIC)
-    error ("Bad magic");
+    error (_("Bad magic"));
 }
 
 /* Thread states.  */
This page took 0.024853 seconds and 4 git commands to generate.