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
315 B
Plaintext
11 lines
315 B
Plaintext
--- lib/yaflib/yaf/frontend/producer/image/imageGenerator.h.orig Sun Jan 23 16:54:23 2000
|
|
+++ lib/yaflib/yaf/frontend/producer/image/imageGenerator.h Sun Jan 23 16:54:31 2000
|
|
@@ -27,6 +27,7 @@
|
|
// with a yaf internal Image class!
|
|
|
|
#include <qpixmap.h>
|
|
+#include <unistd.h>
|
|
|
|
/**
|
|
This class produces QImages.
|