mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Include "stand.h", not <stand.h>.
This commit is contained in:
parent
641fc5df83
commit
0b3c226f0e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39536
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user