upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/lwip/sockets.h
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