cleanup: move declaration of version[] into secnet.h
[secnet] / util.h
diff --git a/util.h b/util.h
index 4563a24..f1be586 100644 (file)
--- a/util.h
+++ b/util.h
@@ -4,6 +4,8 @@
 #include "secnet.h"
 #include <gmp.h>
 
+#include "hackypar.h"
+
 #define BUF_ASSERT_FREE(buf) do { buffer_assert_free((buf), \
                                                     __FILE__,__LINE__); } \
 while(0)