diff options
| author | Kevin F. Haggerty <kevin.f.haggerty@gmail.com> | 2016-10-02 14:52:23 +0200 |
|---|---|---|
| committer | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-10-14 16:40:39 +0200 |
| commit | 8e313a5445fd42e823915908825acc5b9dc85f95 (patch) | |
| tree | 4ef8626b73675fc21cc992df75eb5951fde01177 | |
| parent | cbe2f1145b034f36f6e37040be39200c2a826b45 (diff) | |
cancro: init: Explicitly include unistd.h
Change-Id: Ibc25e506b7a7ef54b93b6d58513cd79eac1e7c46
| -rw-r--r-- | init/init_cancro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_cancro.cpp b/init/init_cancro.cpp index ef48aa4..4de7dc8 100644 --- a/init/init_cancro.cpp +++ b/init/init_cancro.cpp @@ -30,6 +30,7 @@ #include <stdlib.h> #include <stdio.h> #include <fcntl.h> +#include <unistd.h> #include "vendor_init.h" #include "property_service.h" |
