pkgsrc/emulators/qemu/patches/patch-ej
ryoon a73eb89685 * Remove obsolete comments from patch-ej.
* Add * to pointer to function.

No functional change.
Thanks for tsustui@
2011-08-04 12:20:54 +00:00

14 lines
316 B
Text

$NetBSD: patch-ej,v 1.5 2011/08/04 12:20:54 ryoon Exp $
* include <sys/types.h> to fix build on Mac OS X
--- ui/vnc-enc-tight.c.orig 2011-05-06 19:01:44.000000000 +0000
+++ ui/vnc-enc-tight.c
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <jpeglib.h>
#endif
+#include <sys/types.h>
#include "qemu-common.h"