1
0
Fork 0

kbuild: include limits.h in sumversion.c for PATH_MAX

POSIX says limits.h defines PATH_MAX so we should include it (which fixes
compiling on some systems like OS X).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
hifive-unleashed-5.1
Mike Frysinger 2007-05-17 14:57:20 -04:00 committed by Sam Ravnborg
parent d1ab423502
commit fc31c77163
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <limits.h>
#include "modpost.h"
/*