aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.