# HG changeset patch # User Matti Hamalainen # Date 1579225639 -7200 # Node ID badca3de39ea1e2de294e7070cb25f700ddeaad2 # Parent c54772789f32b2edf294c58a6357d5885f32d37d #include th_types.h instead of th_util.h diff -r c54772789f32 -r badca3de39ea th_file.h --- 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" {