diff options
| author | Arvin Quilao <arquilao@gmail.com> | 2015-12-17 12:49:14 +0800 |
|---|---|---|
| committer | Arvin Quilao <arquilao@gmail.com> | 2015-12-17 12:54:28 +0800 |
| commit | b757bcf9a2dc7b6f9fc1ba5d48b728932ad72c58 (patch) | |
| tree | 0dd9a23dec22714fac597a3ddb95fbf988d96f45 /liblight | |
| parent | 50cf4c7e4e74f9a1797c7eecd582838f8b58731b (diff) | |
M update from crackling
Picked from https://github.com/CyanogenMod/android_device_wileyfox_crackling/commit/10ea10c4c012a603c98a677db1e854534e55197b
Diffstat (limited to 'liblight')
| -rw-r--r-- | liblight/lights.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblight/lights.c b/liblight/lights.c index e70485e..e0abd29 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -21,6 +21,7 @@ #include <cutils/log.h> #include <stdint.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> #include <errno.h> |
