summaryrefslogtreecommitdiffstats
path: root/lib/libstand/inet_ntoa.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-21 06:07:34 +0000
committerjkh <jkh@FreeBSD.org>1998-09-21 06:07:34 +0000
commit17155df940973395c1ff54105798cdeb8c7c339e (patch)
tree7b9a147465129743a24e407d5404bba6fd41dd52 /lib/libstand/inet_ntoa.c
parentf3efd6cf742a96a11fbabde664c6696a7b6b8acc (diff)
downloadFreeBSD-src-17155df940973395c1ff54105798cdeb8c7c339e.zip
FreeBSD-src-17155df940973395c1ff54105798cdeb8c7c339e.tar.gz
Include "stand.h", not <stand.h>.
Diffstat (limited to 'lib/libstand/inet_ntoa.c')
-rw-r--r--lib/libstand/inet_ntoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/inet_ntoa.c b/lib/libstand/inet_ntoa.c
index a695950..5953987 100644
--- a/lib/libstand/inet_ntoa.c
+++ b/lib/libstand/inet_ntoa.c
@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93";
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <stand.h>
+#include "stand.h"
/*
* Convert network-format internet address
OpenPOWER on IntegriCloud