cmdline parsing:

- add missing includes (autobuild warnings)
This commit is contained in:
Coren[m] 2013-09-11 10:54:47 +02:00
parent 5869057aba
commit 85912418db
6 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "../toxcore/DHT.h"
#include "../toxcore/friend_requests.h"
#include "../testing/misc_tools.c"
#include "../toxcore/util.h"
/* Sleep function (x = milliseconds) */
#ifdef WIN32

View File

@ -34,6 +34,7 @@
//#include "../core/network.h"
#include "../toxcore/DHT.h"
#include "../toxcore/friend_requests.h"
#include "../toxcore/util.h"
#include "misc_tools.c"
#include <string.h>

View File

@ -34,6 +34,7 @@
#include "../toxcore/network.h"
#include "../toxcore/Lossless_UDP.h"
#include "../toxcore/util.h"
#ifdef WIN32

View File

@ -34,6 +34,7 @@
#include "../toxcore/network.h"
#include "../toxcore/Lossless_UDP.h"
#include "../toxcore/util.h"
//Sleep function (x = milliseconds)
#ifdef WIN32

View File

@ -43,6 +43,7 @@
#include "../toxcore/Messenger.h"
#include "misc_tools.c"
#include "../toxcore/util.h"
#ifdef WIN32

View File

@ -28,6 +28,7 @@
#endif
#include "DHT.h"
#include "network.h"
#include "ping.h"
#include "misc_tools.h"