1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Fix up the compile failure

This commit is contained in:
Yukihiro Nakai 2002-03-26 05:36:46 +00:00
parent 0fdc3f487c
commit 8a2b6c553d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56671
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= icewm
PORTVERSION= 1.0.9
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -0,0 +1,11 @@
--- src/wmclient.h.orig Tue Mar 26 14:29:05 2002
+++ src/wmclient.h Tue Mar 26 14:29:13 2002
@@ -5,6 +5,8 @@
#include "ymenu.h"
#include "MwmUtil.h"
+#include <X11/Xutil.h>
+
class YFrameWindow;
class WindowListItem;