diff options
Diffstat (limited to 'xbmc/linux/XLCDproc.cpp')
-rw-r--r-- | xbmc/linux/XLCDproc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/linux/XLCDproc.cpp b/xbmc/linux/XLCDproc.cpp index 97efeeb374..38652ba20c 100644 --- a/xbmc/linux/XLCDproc.cpp +++ b/xbmc/linux/XLCDproc.cpp @@ -26,6 +26,8 @@ #include "settings/AdvancedSettings.h" #include "settings/GUISettings.h" +#include <netdb.h> + #define SCROLL_SPEED_IN_MSEC 250 |