commit | be066f6079f511fc76cb58e3678f7bc315d6408b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 19 00:34:38 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat Jul 19 00:34:38 2014 +0000 |
tree | 52f063de4ee3044194387789faf43256c7dc8944 | |
parent | f7a65d9b7f36f53b9cb34c834b4298fbacec15ee [diff] | |
parent | 787ea96922dc3942946fd4ad1e0495d4e06e0c2f [diff] |
am 787ea969: Fix implicit declaration of function \'prctl\' in clatd. * commit '787ea96922dc3942946fd4ad1e0495d4e06e0c2f': Fix implicit declaration of function 'prctl' in clatd.
diff --git a/clatd.c b/clatd.c index 1333e30..c2199ac 100644 --- a/clatd.c +++ b/clatd.c
@@ -21,6 +21,7 @@ #include <stdio.h> #include <sys/types.h> #include <sys/ioctl.h> +#include <sys/prctl.h> #include <sys/stat.h> #include <string.h> #include <errno.h>