diff options
Diffstat (limited to 'src/dabInput.h')
-rw-r--r-- | src/dabInput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dabInput.h b/src/dabInput.h index 245a162..685f7b2 100644 --- a/src/dabInput.h +++ b/src/dabInput.h @@ -25,8 +25,8 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "TcpLog.h" -extern TcpLog etiLog; +#include "Log.h" +extern Logger etiLog; struct dabInputOperations { |