summaryrefslogtreecommitdiff
path: root/bsd-base64.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-01-02 22:29:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2010-01-02 22:29:16 +0000
commitd5904b6b45850cc731d45ec81ff2294d0afe26ad (patch)
tree7c4a7359ac46d3a01475b203a17c03d634438e57 /bsd-base64.c
parentf46e4a8da378d9287824c7ce84ef296effaa3c94 (diff)
downloadgpsd-d5904b6b45850cc731d45ec81ff2294d0afe26ad.tar.gz
David Ludlow's housekeeping and type-cleanup patch.
All regression tests pass,
Diffstat (limited to 'bsd-base64.c')
-rw-r--r--bsd-base64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsd-base64.c b/bsd-base64.c
index f182e6e8..67bbb352 100644
--- a/bsd-base64.c
+++ b/bsd-base64.c
@@ -43,6 +43,8 @@
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
+#include <stdlib.h>
+#include "gpsd_config.h"
#if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
#include <sys/types.h>
@@ -51,7 +53,6 @@
#include <stdlib.h>
#include <string.h>
-#include "gpsd_config.h"
#include "bsd-base64.h"
#define Assert(Cond) if (!(Cond)) abort()