1
0
Fork 0
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:
Stefan Lankes 2016-05-31 00:29:21 +02:00
parent 5543f477de
commit bb07c7c7a4

View file

@ -12,6 +12,7 @@
#define __NETINET_IN_H__
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/uio.h>