make AIX happy and include fcntl.h instead of sys/fcntl.h (fixes #417)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@892 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 18 years ago
parent a39e5713d5
commit 6e193e4040

@ -5,7 +5,6 @@
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/mman.h>
#include <sys/fcntl.h>
#include <netinet/in.h>
@ -22,6 +21,7 @@
#include <assert.h>
#include <stdio.h>
#include <fcntl.h>
#include "server.h"
#include "keyvalue.h"

Loading…
Cancel
Save