Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0badbd65 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix missing #includes in system/core.

Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
parent 2978ad4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
 * SUCH DAMAGE.
 */

#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <errno.h>
#include <pthread.h>
#include <stddef.h>
#include <stdio.h>
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#include <stdio.h>
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Loading