mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3263364474
PR: 23605 Submitted by: Maintainer
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
--- src/lib/lwp/sel.c.orig Sat Dec 16 18:54:06 2000
|
|
+++ src/lib/lwp/sel.c Sat Dec 16 18:54:25 2000
|
|
@@ -31,7 +31,11 @@
|
|
* Dave Pare, 1994
|
|
*/
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <sys/types.h>
|
|
#include <sys/uio.h>
|