fix yow.c, include assert.h (was missing since cb837c1c)
authorRuediger Meier <ruediger.meier@ga-group.nl>
Sat, 7 Jan 2012 18:53:16 +0000 (19:53 +0100)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Sat, 7 Jan 2012 18:53:16 +0000 (19:53 +0100)
lib-src/yow.c

index f2cd154..699d408 100644 (file)
@@ -12,6 +12,7 @@
 #define DONT_ENCAPSULATE
 #include <config.h>
 
+#include <assert.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <../src/sxe-paths.h>  /* For PATH_DATA.  */