comparison th_config.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 7acdd3ab6900
children efd33accdc81
comparison
equal deleted inserted replaced
269:fcbdc12f5866 270:6cfa9bc91ee6
7 */ 7 */
8 #ifndef TH_CONFIG_H 8 #ifndef TH_CONFIG_H
9 #define TH_CONFIG_H 9 #define TH_CONFIG_H
10 10
11 #include "th_util.h" 11 #include "th_util.h"
12 #include "th_datastruct.h"
12 #include "th_ioctx.h" 13 #include "th_ioctx.h"
13 14
14 #ifdef __cplusplus 15 #ifdef __cplusplus
15 extern "C" { 16 extern "C" {
16 #endif 17 #endif