Commit fd8405d9 authored by Kenton Varda's avatar Kenton Varda

Apparently netinet/ip6.h is the wrong thing to include.

parent f4c9d713
...@@ -31,8 +31,7 @@ ...@@ -31,8 +31,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/un.h> #include <sys/un.h>
#include <netinet/ip.h> #include <netinet/in.h>
#include <netinet/ip6.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#include <arpa/inet.h> #include <arpa/inet.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment