diff th_file.h @ 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 7b7872212afd
children 3c9205d52376
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" {