commit | 787ea96922dc3942946fd4ad1e0495d4e06e0c2f | [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:25:26 2014 -0700 |
tree | 52f063de4ee3044194387789faf43256c7dc8944 | |
parent | 7045e27d4946330f3152218fdaa81b37d02b6d6c [diff] |
Fix implicit declaration of function 'prctl' in clatd. Change-Id: I55b46a2b65e4168f1af74a6220dbccc4b1147aa6
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>