mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
includ stdint.h to be sure that alle types are defined
This commit is contained in:
parent
5543f477de
commit
bb07c7c7a4
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#define __NETINET_IN_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue