summaryrefslogtreecommitdiff
path: root/sexp-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'sexp-transport.c')
-rw-r--r--sexp-transport.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/sexp-transport.c b/sexp-transport.c
index a0d7b1d3..37865e70 100644
--- a/sexp-transport.c
+++ b/sexp-transport.c
@@ -23,13 +23,17 @@
* MA 02111-1307, USA.
*/
-#include "sexp.h"
-
-#include "base64.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <assert.h>
#include <string.h>
+#include "sexp.h"
+
+#include "base64.h"
+
/* NOTE: Decodes the input string in place */
int
sexp_transport_iterator_first(struct sexp_iterator *iterator,