-rw-r--r-- | lib/basic_op.cc | 1 | ||||
-rw-r--r-- | lib/basic_rp.cc | 1 | ||||
-rw-r--r-- | lib/consumer.cc | 1 | ||||
-rw-r--r-- | lib/server.cc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/basic_op.cc b/lib/basic_op.cc index c247493..fa659ac 100644 --- a/lib/basic_op.cc +++ b/lib/basic_op.cc @@ -8,2 +8,3 @@ #include <opkele/util.h> +#include <opkele/util-internal.h> #include <opkele/uris.h> diff --git a/lib/basic_rp.cc b/lib/basic_rp.cc index a0ad130..e65d9fb 100644 --- a/lib/basic_rp.cc +++ b/lib/basic_rp.cc @@ -8,2 +8,3 @@ #include <opkele/util.h> +#include <opkele/util-internal.h> #include <opkele/curl.h> diff --git a/lib/consumer.cc b/lib/consumer.cc index ebda262..801496e 100644 --- a/lib/consumer.cc +++ b/lib/consumer.cc @@ -4,2 +4,3 @@ #include <opkele/util.h> +#include <opkele/util-internal.h> #include <opkele/curl.h> diff --git a/lib/server.cc b/lib/server.cc index 776f1ae..0dea1eb 100644 --- a/lib/server.cc +++ b/lib/server.cc @@ -5,2 +5,3 @@ #include <opkele/util.h> +#include <opkele/util-internal.h> #include <opkele/exception.h> |