Add limits.h to fb_gui.c for INT_MAX

svn path=/trunk/netsurf/; revision=6429
This commit is contained in:
Rob Kendrick 2009-02-11 13:48:56 +00:00
parent dccf2836b6
commit 7875677123
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <limits.h>
#include <unistd.h>
#include "desktop/gui.h"