Fix build in debugging mode

This commit is contained in:
Pierre Pronchery 2015-12-29 15:21:24 +01:00
parent 4a66ab3b49
commit cfc454623e

View File

@ -16,6 +16,9 @@
#include <stdlib.h>
#ifdef DEBUG
# include <stdio.h>
#endif
#include "command.h"
#include "channel.h"