add #include <sys/time.h> to get declaration of struct timeval on

loonix for that ${BADWORD} webserver thingie.
This commit is contained in:
Stephen Swaney 2006-02-08 23:00:34 +00:00
parent 3bd2066221
commit 6ca0a74b86

@ -1,5 +1,5 @@
/*
* Frameserver
* Frameserver
* Makes Blender accessible from TMPGenc directly using VFAPI (you can
* use firefox too ;-)
*
@ -26,6 +26,7 @@
#include <winbase.h>
#include <direct.h>
#else
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>