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

Commit a837ba77 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Add missing <limits.h> include

This should fix the build for gcc 4.3.2
parent 5da3af6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <fcntl.h>
#include <errno.h>
#include <math.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>