summaryrefslogtreecommitdiff
path: root/netlib.c
diff options
context:
space:
mode:
authorRemco Treffkorn <remco@rvt.com>2003-12-20 18:59:42 +0000
committerRemco Treffkorn <remco@rvt.com>2003-12-20 18:59:42 +0000
commit7e05e38ae8492d18d37a052c193858cbe1533f2e (patch)
treef3ae2d122cc06a02c623385ae06ec6dfcb846d6f /netlib.c
parente47f0c7109191598e8629209fe284743753b9be5 (diff)
downloadgpsd-7e05e38ae8492d18d37a052c193858cbe1533f2e.tar.gz
removed include of varargs.h
Diffstat (limited to 'netlib.c')
-rw-r--r--netlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib.c b/netlib.c
index 97ab4b37..f4d1090f 100644
--- a/netlib.c
+++ b/netlib.c
@@ -9,7 +9,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <varargs.h>
#include <netdb.h>
#include <stdio.h>
#include <arpa/inet.h>