diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-21 06:07:34 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-21 06:07:34 +0000 |
commit | 17155df940973395c1ff54105798cdeb8c7c339e (patch) | |
tree | 7b9a147465129743a24e407d5404bba6fd41dd52 | |
parent | f3efd6cf742a96a11fbabde664c6696a7b6b8acc (diff) | |
download | FreeBSD-src-17155df940973395c1ff54105798cdeb8c7c339e.zip FreeBSD-src-17155df940973395c1ff54105798cdeb8c7c339e.tar.gz |
Include "stand.h", not <stand.h>.
-rw-r--r-- | lib/libstand/inet_ntoa.c | 2 |
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 |