diff options
Diffstat (limited to 'winsup/cygwin/debug.cc')
-rw-r--r-- | winsup/cygwin/debug.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 23cd83c..e83b13a 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -10,6 +10,7 @@ details. */ #include "winsup.h" #include "exceptions.h" #include "perthread.h" +#include "pinfo.h" static muto NO_COPY *threadname_lock = NULL; #define lock_threadname() \ |