Do not include setjmp.h, pngconf.h gets upset

svn path=/trunk/netsurf/; revision=7221
This commit is contained in:
Daniel Silverstone 2009-04-21 22:56:06 +00:00
parent 3b6f32c911
commit 89f0a452f2

View File

@ -26,7 +26,6 @@
#include <fcntl.h>
#include <termios.h>
#include <errno.h>
#include <setjmp.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/wait.h>