changeset 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 fcbdc12f5866
children 2f067fbf6f13
files th_config.h th_network.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_config.h	Wed Feb 17 14:20:36 2016 +0200
+++ b/th_config.h	Wed Feb 17 14:22:33 2016 +0200
@@ -9,6 +9,7 @@
 #define TH_CONFIG_H
 
 #include "th_util.h"
+#include "th_datastruct.h"
 #include "th_ioctx.h"
 
 #ifdef __cplusplus
--- 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"