diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 8c7865b..512239e 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -66,8 +66,7 @@ #include "symfile.h" #include "observer.h" #include "gdb_string.h" -#include <sys/procfs.h> -#include "proc-utils.h" +#include "procfs.h" struct target_ops sol_thread_ops; |