summaryrefslogtreecommitdiffstats
path: root/toolbox/renice.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 19:57:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 19:57:27 +0000
commit2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11 (patch)
tree860180f6970bf12f4669a0b1c46bcdfdedad4799 /toolbox/renice.c
parent42f058f7e867ccb7b3a3dc955b83ee6e236c031f (diff)
parent06b4e9826a33ddbdbddf7e74076ac29f9450414a (diff)
downloadsystem_core-2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11.zip
system_core-2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11.tar.gz
system_core-2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11.tar.bz2
am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes."
* commit '06b4e9826a33ddbdbddf7e74076ac29f9450414a': 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 9dfeb51..99a06f4 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>