mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-16 03:07:54 +00:00
8 lines
270 B
C
8 lines
270 B
C
|
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NET_IF_H_
|
||
|
#define COSMOPOLITAN_LIBC_ISYSTEM_NET_IF_H_
|
||
|
#include "libc/sock/if.h"
|
||
|
#include "libc/sock/struct/ifconf.h"
|
||
|
#include "libc/sock/struct/ifreq.h"
|
||
|
#include "libc/sysv/consts/iff.h"
|
||
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NET_IF_H_ */
|