Include assert.h to avoid linker issues if -DDEBUG was not supplied.

This commit is contained in:
Tobias Stoeckmann
2012-04-30 14:48:20 -03:00
committed by Carlos R. Mafra
parent f25464c792
commit e83eeb15cc
+1
View File
@@ -10,6 +10,7 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#ifdef HAVE_BSD_STRING_H
#include <bsd/string.h>