diff options
| author | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-12-02 16:06:00 +0600 |
|---|---|---|
| committer | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-12-02 16:06:00 +0600 |
| commit | 5781563f5efbf47355edc061f936fec838b767ee (patch) | |
| tree | 84ba073efee47b94215bb1470007f62590741ee1 | |
| parent | 971f52c4655a48f35a586a6c71fcc8fc06252e35 (diff) | |
msm8916-common: Update init
| -rw-r--r-- | init/init_msm8916.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/init_msm8916.cpp b/init/init_msm8916.cpp index b14fdf9..eba3e91 100644 --- a/init/init_msm8916.cpp +++ b/init/init_msm8916.cpp @@ -1,6 +1,5 @@ /* Copyright (c) 2016, The CyanogenMod Project - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -13,7 +12,6 @@ * Neither the name of The Linux Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT @@ -30,6 +28,7 @@ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <sys/stat.h> #include <sys/types.h> |
