diff options
Diffstat (limited to 'plugins/FTPFileYM/libcurl.cpp')
-rw-r--r-- | plugins/FTPFileYM/libcurl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/libcurl.cpp b/plugins/FTPFileYM/libcurl.cpp index 59f95b6de6..2017556c3e 100644 --- a/plugins/FTPFileYM/libcurl.cpp +++ b/plugins/FTPFileYM/libcurl.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "libcurl.h"
+#include "common.h"
LibCurl *LibCurl::instance = NULL;
LibCurl &curl = LibCurl::getInstance();
|