Unverified Commit 27ebf8a1 by Stéphane Graber Committed by GitHub

Merge pull request #2680 from brauner/2018-10-08/fix_android

attach: fix missing pthread.h include
parents e15b2302 0bece477
......@@ -29,6 +29,7 @@
#include <grp.h>
#include <linux/unistd.h>
#include <pwd.h>
#include <pthread.h>
#include <signal.h>
#include <stdio.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