summaryrefslogtreecommitdiffstats
path: root/toolbox/renice.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 11:37:57 -0800
committerElliott Hughes <enh@google.com>2015-01-28 11:37:57 -0800
commita744b05984a963966cec08758ffe582d241be9d7 (patch)
treef9bde7bcbcc5f3e49cafe045b5951d3acdf27d23 /toolbox/renice.c
parent9c4c5a6ed934490ba0fcce661594975a6f4c2c89 (diff)
downloadsystem_core-a744b05984a963966cec08758ffe582d241be9d7.tar.gz
system_core-a744b05984a963966cec08758ffe582d241be9d7.tar.bz2
system_core-a744b05984a963966cec08758ffe582d241be9d7.zip
Add missing <malloc.h> and <string.h> includes.
Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
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>