1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

The patch needed now on -current. Should not hurt -stable either:

X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h.
This commit is contained in:
Mikhail Teterin 2002-10-16 10:11:34 +00:00
parent e7433cc0fd
commit e632867959
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68142

View File

@ -0,0 +1,7 @@
--- magick/xwindow.h Thu Sep 5 15:50:03 2002
+++ magick/xwindow.h Wed Oct 16 11:08:11 2002
@@ -43,4 +43,2 @@
#if defined(HasSharedMemory)
-#include <sys/ipc.h>
-#include <sys/shm.h>
#include <X11/extensions/XShm.h>