* 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

@ -30,9 +30,6 @@
#include <sys/time.h>
#include <unistd.h>
#include <time.h>
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#include <grub/kernel.h>
#include <grub/dl.h>