1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 22:34:18 +01:00

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

This commit is contained in:
Tobias Stoeckmann
2012-04-29 13:43:31 +02:00
committed by Carlos R. Mafra
parent f25464c792
commit e83eeb15cc

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>