1 2 3 4 5 6 7 8 9 10
--- erts/system/emulator/sys.unix/driver_int.h.orig Tue Dec 8 16:17:10 1998 +++ erts/system/emulator/sys.unix/driver_int.h Fri Dec 11 03:20:25 1998 @@ -27,6 +27,7 @@ #define __DRIVER_INT_H__ #ifdef HAVE_UIO_H +#include <sys/types.h> #include <sys/uio.h> typedef struct iovec SysIOVec;