aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-19 19:13:52 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-19 19:13:52 +0300
commit7bec448cd0383ef533ab7c0c6e19374d515dfecf (patch)
tree6bfb2c73b47c76fe331a21167ae6a4b297283e6f /lib
parentdf6e5f706ba36040ad7c60a66c1f30510f0dbba5 (diff)
downloadeclat-7bec448cd0383ef533ab7c0c6e19374d515dfecf.tar.gz
eclat-7bec448cd0383ef533ab7c0c6e19374d515dfecf.tar.bz2
lib: include config.h where it is missing.
Diffstat (limited to 'lib')
-rw-r--r--lib/base64.c1
-rw-r--r--lib/hmac_sha1.c1
-rw-r--r--lib/urlencode.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/base64.c b/lib/base64.c
index ee37e49..2aee455 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -16,6 +16,7 @@
/* The code taken from Mailutils, with minor modifications */
+#include <config.h>
#include "libeclat.h"
#include "grecs.h"
diff --git a/lib/hmac_sha1.c b/lib/hmac_sha1.c
index 2b4c0c0..b5c37eb 100644
--- a/lib/hmac_sha1.c
+++ b/lib/hmac_sha1.c
@@ -14,6 +14,7 @@
You should have received a copy of the GNU General Public License
along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
+#include <config.h>
#include "libeclat.h"
#include "sha1.h"
#include <string.h>
diff --git a/lib/urlencode.c b/lib/urlencode.c
index 829d461..a9cd68c 100644
--- a/lib/urlencode.c
+++ b/lib/urlencode.c
@@ -14,6 +14,7 @@
You should have received a copy of the GNU General Public License
along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
+#include <config.h>
#include "libeclat.h"
#include <grecs.h>

Return to:

Send suggestions and report system problems to the System administrator.