1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

fix build on stable

PR:		44187, 44207
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Reviewed by:	many people on -ports
This commit is contained in:
Ying-Chieh Liao 2002-10-19 18:22:48 +00:00
parent ee31677712
commit 248ae9d969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68358

View File

@ -12,7 +12,7 @@
#if defined(HasX11)
+#if defined(HasSharedMemory)
+#include <machine/param.h>
+typedef unsigned short ushort; /* needed for sys/ipc.h at the moment */
+//typedef unsigned short ushort; /* needed for sys/ipc.h at the moment */
+#include <sys/types.h>
+#include <sys/ipc.h>
+#include <sys/shm.h>