Include <ac/socket.h> so Windows can pull in struct timeval def

This commit is contained in:
Howard Chu 2003-09-27 06:48:15 +00:00
parent c9ef0da66b
commit cc6cfd30cc

View File

@ -9,9 +9,10 @@
#include <ac/stdarg.h>
#include <ac/stdlib.h>
#include <ac/errno.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/time.h>
#include <ac/errno.h>
#include "ldap-int.h"
#include "ldap_pvt_thread.h"