blob: 91bf8b2c9e4822e684e8d2c4c8e1b50434e0837c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef STUBS_LWIP_SOCKETS_H
#define STUBS_LWIP_SOCKETS_H
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>
#endif
|