add missing include for compiling libhfs in debug mode

This commit is contained in:
Jesús A. Álvarez 2016-05-22 23:44:42 +02:00
parent ced1a102ed
commit ba9d3d6363
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
# include "config.h"
# endif
# include <stdlib.h>
# include <string.h>
# include "libhfs.h"