lokinet/include/llarp/net.h
2018-01-29 09:27:24 -05:00

9 lines
118 B
C

#ifndef SARP_NET_H
#define SARP_NET_H
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#endif