Include missing header <sys/types.h>

This commit is contained in:
Pierre Pronchery 2020-11-19 06:04:20 +01:00
parent 925bbfadb6
commit 4e24622972

View File

@ -18,6 +18,7 @@
#ifndef STRACE_PLATFORM_H
# define STRACE_PLATFORM_H
# include <sys/types.h>
# include "platform/freebsd.h"
# include "platform/linux.h"
# include "platform/netbsd.h"