commit | 6203161ba8ae6bad8f7b44eb821aa154b63b430b | [log] [tgz] |
---|---|---|
author | Arun Kumar K.R <akumarkr@codeaurora.org> | Thu Jul 30 11:38:19 2015 -0700 |
committer | Arun Kumar K.R <akumarkr@codeaurora.org> | Tue Aug 04 16:56:11 2015 -0700 |
tree | e47d3a781836761fb6b0101bedd763fdbed00485 | |
parent | 4dc06493ae0aa60b23f69144d731476b2479ca66 [diff] [blame] |
Add space after string literal to fix compiler errors. Change-Id: If1e97340a01bdb84a0d85d7348d3e18abdd37483
diff --git a/liblight/lights.c b/liblight/lights.c index 12af384..7a3775e 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>