Fix build on 5.X.

Reported by:	pointyhat via pav
This commit is contained in:
Joe Marcus Clarke 2007-12-23 20:33:05 +00:00
parent d945f11bc1
commit 520fe82e56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204410

View 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>