Fix build in debugging mode
This commit is contained in:
parent
60dccd873c
commit
86df35148b
@ -16,6 +16,9 @@
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef DEBUG
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include "quirks.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user