mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Included assert.h for Messenger/DHT.c
This commit is contained in:
parent
888ebea619
commit
54e8986fcc
|
@ -27,6 +27,10 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "logger.h"
|
||||
|
||||
#include "DHT.h"
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "logger.h"
|
||||
#include "Messenger.h"
|
||||
#include "assoc.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user