diff options
Diffstat (limited to 'linuxthreads_db/thread_dbP.h')
-rw-r--r-- | linuxthreads_db/thread_dbP.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linuxthreads_db/thread_dbP.h b/linuxthreads_db/thread_dbP.h index 1fd09e965b..0fd1c11a28 100644 --- a/linuxthreads_db/thread_dbP.h +++ b/linuxthreads_db/thread_dbP.h @@ -3,11 +3,10 @@ #define _THREAD_DBP_H 1 #include <string.h> +#include "proc_service.h" #include "thread_db.h" #include "../linuxthreads/internals.h" -#include "proc_service.h" - /* Comment out the following for less verbose output. */ #define LOG(c) __libc_write (2, c "\n", strlen (c "\n")) |