Fix build in debugging mode
This commit is contained in:
parent
4a66ab3b49
commit
cfc454623e
@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#ifdef DEBUG
|
||||||
|
# include <stdio.h>
|
||||||
|
#endif
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "channel.h"
|
#include "channel.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user