diff --git a/src/ihdtv/ihdtv.h b/src/ihdtv/ihdtv.h index 57e8b63c9..05853d3f7 100644 --- a/src/ihdtv/ihdtv.h +++ b/src/ihdtv/ihdtv.h @@ -54,6 +54,7 @@ #include #include +#include "compat/net.h" //for sockaaddr_in, in_addr #include "types.h" #ifdef __cplusplus diff --git a/src/video_rxtx/ihdtv.cpp b/src/video_rxtx/ihdtv.cpp index f6f73381e..3f4cf7976 100644 --- a/src/video_rxtx/ihdtv.cpp +++ b/src/video_rxtx/ihdtv.cpp @@ -51,11 +51,7 @@ * */ -#ifdef HAVE_CONFIG_H #include "config.h" -#include "config_unix.h" -#include "config_win32.h" -#endif // HAVE_CONFIG_H #include