summaryrefslogtreecommitdiff
path: root/rtcm2_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 22:07:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 22:07:22 -0500
commitc3c9e497b2d48b48f07e0821e36ab4c73071c39f (patch)
treef5f1b19b48f8c55dc9f92688cf4e470a6f977410 /rtcm2_json.c
parent2c69666fa6f815edbc941e278e015e54795329e8 (diff)
downloadgpsd-c3c9e497b2d48b48f07e0821e36ab4c73071c39f.tar.gz
More header portability audting with a new version of deheader.
Diffstat (limited to 'rtcm2_json.c')
-rw-r--r--rtcm2_json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtcm2_json.c b/rtcm2_json.c
index cbea57c8..e67b7266 100644
--- a/rtcm2_json.c
+++ b/rtcm2_json.c
@@ -13,6 +13,7 @@ PERMISSIONS
***************************************************************************/
+#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stddef.h>