Fixed build issues.

This commit is contained in:
irungentoo 2014-04-17 20:53:12 -04:00
parent de079d7cf7
commit 47fb2e8067
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,9 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TCP_client.h"

View File

@ -20,6 +20,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "TCP_server.h"
#if !defined(_WIN32) && !defined(__WIN32__) && !defined (WIN32)