diff th_network.h @ 270:6cfa9bc91ee6

Remember to include th_datastruct.h where needed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 14:22:33 +0200
parents cc5411cb85de
children 1b3472ba7b23
line wrap: on
line diff
--- a/th_network.h	Wed Feb 17 14:20:36 2016 +0200
+++ b/th_network.h	Wed Feb 17 14:22:33 2016 +0200
@@ -11,6 +11,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include "th_types.h"
+#include "th_datastruct.h"
 #include "th_util.h"