1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/erlang/files/patch-aa
Seiichirou Hiraoka 07a338c0d8 PR: ports/9054
Submitted by:	Ruslan@Shevchenko.Kiev.UA
modern programming language from Ericsson labs
1998-12-24 18:11:50 +00:00

11 lines
294 B
Plaintext

--- 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;