* inferior.h (procfs_first_available): Move declaration to...

* proc-utils.h: ... here.
	* sol-thread.c: Include procfs.h and proc-utils.h.
This commit is contained in:
Pedro Alves
2009-06-07 18:41:40 +00:00
parent 09d3bde977
commit cc35222d22
4 changed files with 17 additions and 5 deletions

View File

@ -65,8 +65,9 @@
#include "solib.h"
#include "symfile.h"
#include "observer.h"
#include "gdb_string.h"
#include <sys/procfs.h>
#include "proc-utils.h"
struct target_ops sol_thread_ops;