From 596a58abb665fa07c7382d9e320223f8eeb80138 2012-05-21 09:24:41 From: Jan Kaluza Date: 2012-05-21 09:24:41 Subject: [PATCH] Fixed compilation on F17 --- diff --git a/plugin/cpp/networkplugin.cpp b/plugin/cpp/networkplugin.cpp index c6d52eb7e6aa519a15e1f272e874be10a6388c5c..43d82653731d0f0810c56af488c11fb75aaa3ee9 100644 --- a/plugin/cpp/networkplugin.cpp +++ b/plugin/cpp/networkplugin.cpp @@ -26,6 +26,8 @@ #ifndef WIN32 #include +#include +#include #else #include #include