summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorKarel Zak2015-08-04 13:40:44 +0200
committerKarel Zak2015-08-04 13:40:44 +0200
commit2c6567799debe6017b1a1e1f5695fbe632545521 (patch)
tree1bfe40ffa880df25d50d5ae9102634bde87bda3b /include/c.h
parentlibmount: cleanup assert() usage (diff)
downloadkernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.tar.gz
kernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.tar.xz
kernel-qcow2-util-linux-2c6567799debe6017b1a1e1f5695fbe632545521.zip
build-sys: add --disable-assert
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/c.h b/include/c.h
index 1eda75f6b..2a317eb52 100644
--- a/include/c.h
+++ b/include/c.h
@@ -15,6 +15,8 @@
#include <string.h>
#include <errno.h>
+#include <assert.h>
+
#ifdef HAVE_ERR_H
# include <err.h>
#endif