summaryrefslogtreecommitdiff
path: root/gdb/bsd-uthread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-05-02 12:05:11 +0000
committerMark Kettenis <kettenis@gnu.org>2005-05-02 12:05:11 +0000
commit5962b9e131f00013e00c92487abebe8c9e9fae42 (patch)
tree511ee0bd9520dcea965b62d97fdc247cdf83036a /gdb/bsd-uthread.c
parentfe7d1b78a88355260b81184d3e91c1d581d23804 (diff)
downloadgdb-5962b9e131f00013e00c92487abebe8c9e9fae42.tar.gz
* bsd-uthread.c: Include "solib.h".
* Makefile.in (bsd-uthread.o): Update dependencies.
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r--gdb/bsd-uthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c
index b1eb6c3812f..28d3d25de4d 100644
--- a/gdb/bsd-uthread.c
+++ b/gdb/bsd-uthread.c
@@ -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"