commit | 3afe9ae11d9268037ca7b56c0aba4ef9ae477fd7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 18 17:25:26 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 18 17:27:49 2014 -0700 |
tree | 52f063de4ee3044194387789faf43256c7dc8944 | |
parent | f7a65d9b7f36f53b9cb34c834b4298fbacec15ee [diff] |
Fix implicit declaration of function 'prctl' in clatd. (cherry picked from commit 787ea96922dc3942946fd4ad1e0495d4e06e0c2f) Change-Id: I4582222c8576353b800cc7d30f16c5dbe5f2e8a9
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>