1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/kmpg/files/patch-ad
Chris Piazza b1e23d9d9b Fix boneheadedness. Such great programming practices
such as never including unistd.h and using close() on a FILE stream.
2000-01-24 01:16:32 +00:00

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.