summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-20 07:07:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-20 07:07:56 +0000
commitb7ab2b2774f744203e3d570ac802bf4e32b78ce1 (patch)
tree1e438488fcd5c95987ce67bad219e6bb8ee31e14
parent19bd91bc30f4a74a97339c6976264bf40f6eca8e (diff)
parent132451561fc9dd18139600c0fa9d71c439c5ad4d (diff)
downloadmanta-b7ab2b2774f744203e3d570ac802bf4e32b78ce1.tar.gz
am 13245156: Merge "Add missing include."
* commit '132451561fc9dd18139600c0fa9d71c439c5ad4d': Add missing include.
-rw-r--r--liblights/lights.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblights/lights.c b/liblights/lights.c
index a1cad47..516723b 100644
--- a/liblights/lights.c
+++ b/liblights/lights.c
@@ -23,6 +23,7 @@
#include <sched.h>
#include <stdbool.h>
#include <stdint.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>