Fix OpenBSD build (credit: Anthony Bentley)

svn path=/trunk/netsurf/; revision=11054
This commit is contained in:
John Mark Bell 2010-12-14 08:38:20 +00:00
parent 60c840628f
commit b550f27f4b
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <strings.h>
#include <regex.h>
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "curl/curl.h"
#include "utils/config.h"