summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/gtp_cas.c
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 13:06:57 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 13:06:57 +0100
commit10385fe13023e611ed2f4c96e61f1859f0ebc85a (patch)
treec501eb598cc25d77f9a0a322b07234e4b1a493c8 /src/lib/formats/gtp_cas.c
parente6773cf5df43f72abc9ec2c145920a30a3ac32fb (diff)
fixed several missing assert.h includes (nw)
Diffstat (limited to 'src/lib/formats/gtp_cas.c')
-rw-r--r--src/lib/formats/gtp_cas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/gtp_cas.c b/src/lib/formats/gtp_cas.c
index 47baa0aba7e..0fe391e9767 100644
--- a/src/lib/formats/gtp_cas.c
+++ b/src/lib/formats/gtp_cas.c
@@ -4,6 +4,8 @@
Miodrag Milanovic
*/
+#include <assert.h>
+
#include "gtp_cas.h"