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:
committed by
Carlos R. Mafra
parent
f25464c792
commit
e83eeb15cc
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#ifdef HAVE_BSD_STRING_H
|
#ifdef HAVE_BSD_STRING_H
|
||||||
#include <bsd/string.h>
|
#include <bsd/string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user