Fixes header file name.
Thanks to Fritz Grimpen for the patch.
This commit is contained in:
parent
e1afee2799
commit
a0b176e3b2
1 changed files with 1 additions and 1 deletions
|
@ -17,10 +17,10 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/un.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/icmp6.h>
|
||||
|
|
Loading…
Reference in a new issue