mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b1e23d9d9b
such as never including unistd.h and using close() on a FILE stream.
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
--- lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp.orig Sun Jan 23 16:55:57 2000
|
|
+++ lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp Sun Jan 23 16:56:32 2000
|
|
@@ -12,6 +12,7 @@
|
|
|
|
|
|
#include <signal/toolkit/eventQueue.h>
|
|
+#include <unistd.h>
|
|
|
|
|
|
|