mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed build issues.
This commit is contained in:
parent
de079d7cf7
commit
47fb2e8067
|
@ -20,6 +20,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "TCP_client.h"
|
#include "TCP_client.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "TCP_server.h"
|
#include "TCP_server.h"
|
||||||
|
|
||||||
#if !defined(_WIN32) && !defined(__WIN32__) && !defined (WIN32)
|
#if !defined(_WIN32) && !defined(__WIN32__) && !defined (WIN32)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user