summaryrefslogtreecommitdiff
path: root/strl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-04 12:56:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-04 12:56:36 +0000
commitfd02178983c99006a2bef5467c80730407881724 (patch)
tree7527443e868e314b013408e4463bd59301fad6e9 /strl.c
parent47d11ae5cd320e9dbc14d7a5185899d508ebb06b (diff)
downloadgpsd-fd02178983c99006a2bef5467c80730407881724.tar.gz
Break up some modules a little finer, in support of some Python bindings.
All regression tests pass. No logic changes.
Diffstat (limited to 'strl.c')
-rw-r--r--strl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strl.c b/strl.c
index 41a4c7b3..48dce9ce 100644
--- a/strl.c
+++ b/strl.c
@@ -2,7 +2,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
-#include <gpsd_config.h>
+#include "gpsd_config.h"
#ifndef HAVE_STRLCAT
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */