mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
cmdline parsing:
- add missing includes (autobuild warnings)
This commit is contained in:
parent
5869057aba
commit
85912418db
@ -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
|
||||
|
@ -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>
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#include "../toxcore/network.h"
|
||||
#include "../toxcore/Lossless_UDP.h"
|
||||
#include "../toxcore/util.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#include "../toxcore/network.h"
|
||||
#include "../toxcore/Lossless_UDP.h"
|
||||
#include "../toxcore/util.h"
|
||||
|
||||
//Sleep function (x = milliseconds)
|
||||
#ifdef WIN32
|
||||
|
@ -43,6 +43,7 @@
|
||||
|
||||
#include "../toxcore/Messenger.h"
|
||||
#include "misc_tools.c"
|
||||
#include "../toxcore/util.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include "DHT.h"
|
||||
#include "network.h"
|
||||
#include "ping.h"
|
||||
#include "misc_tools.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user