aboutsummaryrefslogtreecommitdiff
path: root/dbfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbfp.h')
-rw-r--r--dbfp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbfp.h b/dbfp.h
index b2537ad..7871372 100644
--- a/dbfp.h
+++ b/dbfp.h
@@ -7,6 +7,7 @@
#ifndef DBFP_H_
#define DBFP_H_
+#include <curl/curl.h>
#include <stddef.h>
enum dbfp_error {
@@ -19,6 +20,7 @@ enum dbfp_error {
struct dbfp {
char *key;
+ CURL *curl;
};
struct dbfp_location {