summaryrefslogtreecommitdiff
path: root/bsd-base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-base64.c')
-rw-r--r--bsd-base64.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bsd-base64.c b/bsd-base64.c
index 7cb5da44..768bb6bb 100644
--- a/bsd-base64.c
+++ b/bsd-base64.c
@@ -43,9 +43,6 @@
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
-#include <stdlib.h>
-#include "config.h"
-
#if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
#include <sys/types.h>
@@ -56,9 +53,10 @@
#include <ctype.h>
#include <stdio.h>
-
+#include <stdlib.h>
#include <string.h>
+#include "gpsd_config.h"
#include "bsd-base64.h"
#define Assert(Cond) if (!(Cond)) abort()