mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
9 lines
118 B
C
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
|