* util/misc.c: Move inclusion of <limits.h> to ...

* kern/emu/misc.c: ... here.  Needed for canonicalize_file_name.
This commit is contained in:
Colin Watson 2010-05-20 23:16:10 +01:00
parent fa9d256ee4
commit 96779aec8e
3 changed files with 8 additions and 3 deletions

View file

@ -9,6 +9,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <grub/mm.h>
#include <grub/err.h>