Alan Coopersmith wrote: > On 05/ 1/15 07:36 AM, Felix Janda wrote: > > Fixes compilation with musl libc. > > > > Tested-by: Bernd Kuhls <[email protected]> > > Signed-off-by: Felix Janda <[email protected]> > > --- > > src/linux_sysfs.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c > > index 8fca65e..1c8d3e3 100644 > > --- a/src/linux_sysfs.c > > +++ b/src/linux_sysfs.c > > @@ -41,6 +41,7 @@ > > #include <sys/types.h> > > #include <sys/stat.h> > > #include <fcntl.h> > > +#include <limits.h> > > #include <sys/mman.h> > > #include <dirent.h> > > #include <errno.h> > > > > Reviewed-by: Alan Coopersmith <[email protected]>
Thanks! > Did you need this pushed to git master for you or do you have someone with > commit access to do that? No, I don't have someone with commit access and would be grateful if it could be push for me. Thanks, Felix _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
