Fix build in debugging mode

This commit is contained in:
Pierre Pronchery 2015-12-27 20:20:31 +01:00
parent 60dccd873c
commit 86df35148b

View File

@ -16,6 +16,9 @@
#include <sys/types.h>
#ifdef DEBUG
# include <stdio.h>
#endif
#include <string.h>
#include "quirks.h"