changeset 621:badca3de39ea

#include th_types.h instead of th_util.h
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 03:47:19 +0200
parents c54772789f32
children 6d99150a8f89
files th_file.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_file.h	Fri Jan 17 03:46:38 2020 +0200
+++ b/th_file.h	Fri Jan 17 03:47:19 2020 +0200
@@ -10,7 +10,7 @@
 #ifndef TH_FILE_H
 #define TH_FILE_H
 
-#include "th_util.h"
+#include "th_types.h"
 
 #ifdef __cplusplus
 extern "C" {