summaryrefslogtreecommitdiff
path: root/net_ntrip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-29 22:19:57 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-29 22:19:57 -0400
commit835994cbf2fe3bd516c914ca269596dfbab680de (patch)
tree4c1ad860a12ba35c220048d2c8f8a85efa57db31 /net_ntrip.c
parenta3a905d5d80fcc4b1c679fe4db83b6042080cd69 (diff)
downloadgpsd-835994cbf2fe3bd516c914ca269596dfbab680de.tar.gz
'-' in C filenames is confusing given local naming conventions. Fix this.
Diffstat (limited to 'net_ntrip.c')
-rw-r--r--net_ntrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net_ntrip.c b/net_ntrip.c
index a8b03de2..d2587689 100644
--- a/net_ntrip.c
+++ b/net_ntrip.c
@@ -20,7 +20,7 @@
#endif /* S_SPLINT_S */
#include "gpsd.h"
-#include "bsd-base64.h"
+#include "bsd_base64.h"
#define NTRIP_SOURCETABLE "SOURCETABLE 200 OK\r\n"
#define NTRIP_ENDSOURCETABLE "ENDSOURCETABLE"