- fix winsock includes in client.c

This commit is contained in:
Stefan Gehn 2008-09-28 13:50:02 +00:00
parent 7196f279df
commit f7b708e432
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
#include <arpa/inet.h>
#include <netdb.h>
#else
#define uint32_t u_long
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#include <errno.h>
@ -1512,7 +1512,7 @@ client_plugin_initial_update(ClientPlugin *plug)
}
else if (func)
(*func)(line);
}
}
g_free(serve_name);
}