Commit c951060c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

FreeBSD compile fix.

parent 8b9f3385
......@@ -14,11 +14,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "windows.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment