httpdirfs/http.h

8 lines
63 B
C

#ifndef HTTP_H
#define HTTP_H
#include <curl/curl.h>
#endif