attach: fix missing pthread.h include

parent e15b2302
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <grp.h> #include <grp.h>
#include <linux/unistd.h> #include <linux/unistd.h>
#include <pwd.h> #include <pwd.h>
#include <pthread.h>
#include <signal.h> #include <signal.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment