updated log api
[prss.git] / src / http.c
index cd46515..32a30e7 100644 (file)
@@ -28,7 +28,7 @@
 #include <curl/curl.h>
 
 #include "http.h"
-#include "log.h"
+#include <plog.h>
 
 struct http_session {
        CURL *curl;