summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ej
blob: 89ce8af6d838a252858d00965a934877d4524812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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"