summaryrefslogtreecommitdiffstats
path: root/toolbox/renice.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 22:08:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 22:08:15 +0000
commitd2ac374909f1331116c790f5469cdd0c9693e3fc (patch)
tree5e20a9e96a79d006afb329ec47935a8d5ff577aa /toolbox/renice.c
parent519ec1aab8b65e1be65a27c5aec6bfb5e8de4704 (diff)
parent2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11 (diff)
downloadcore-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.gz
core-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.bz2
core-d2ac374909f1331116c790f5469cdd0c9693e3fc.zip
am 2e14f617: am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes."
* commit '2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11': Add missing <malloc.h> and <string.h> includes.
Diffstat (limited to 'toolbox/renice.c')
-rw-r--r--toolbox/renice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/renice.c b/toolbox/renice.c
index 9dfeb51f9..99a06f489 100644
--- a/toolbox/renice.c
+++ b/toolbox/renice.c
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sched.h>