diff options
Diffstat (limited to 'init/init_msm8916.cpp')
| -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> |
