mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on 5.X.
Reported by: pointyhat via pav
This commit is contained in:
parent
d945f11bc1
commit
520fe82e56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204410
1 changed files with 11 additions and 0 deletions
11
net/gtk-vnc/files/patch-src_vncshmimage.c
Normal file
11
net/gtk-vnc/files/patch-src_vncshmimage.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/vncshmimage.c.orig 2007-12-23 15:31:21.000000000 -0500
|
||||
+++ src/vncshmimage.c 2007-12-23 15:32:10.000000000 -0500
|
||||
@@ -12,6 +12,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
+#include <machine/param.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
|
Loading…
Add table
Reference in a new issue