diff options
| author | Scott Mertz <scott@cyngn.com> | 2015-10-29 19:12:11 -0700 |
|---|---|---|
| committer | Scott Mertz <scott@cyngn.com> | 2015-10-29 19:12:54 -0700 |
| commit | c1879666dc0aea985ac8f1a2724ef6d85cc15e4a (patch) | |
| tree | a9e1f66f9dd739ccb8dae21c9097ea6ee2a52148 /lights | |
| parent | 744c68cb7fd79c4a70196de24bed65be0f736d4f (diff) | |
| download | android_hardware_cyanogen-c1879666dc0aea985ac8f1a2724ef6d85cc15e4a.tar.gz android_hardware_cyanogen-c1879666dc0aea985ac8f1a2724ef6d85cc15e4a.tar.bz2 android_hardware_cyanogen-c1879666dc0aea985ac8f1a2724ef6d85cc15e4a.zip | |
lights: fix build for new toolchain
Change-Id: I568393d477feb67dbbef043c2d3a609c14d39a28
Diffstat (limited to 'lights')
| -rw-r--r-- | lights/lights-qpnp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lights/lights-qpnp.c b/lights/lights-qpnp.c index 63e9904..eb9d162 100644 --- a/lights/lights-qpnp.c +++ b/lights/lights-qpnp.c @@ -21,6 +21,7 @@ #include <cutils/log.h> #include <stdint.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include <errno.h> |
