- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-02-19 08:06:57 +00:00
parent c43701fe88
commit e8e364be02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291787

View File

@ -0,0 +1,10 @@
--- Services/Private/Azalea/AZScreen.m.orig 2007-08-03 16:45:08.000000000 +0200
+++ Services/Private/Azalea/AZScreen.m 2012-02-19 07:55:19.000000000 +0100
@@ -31,6 +31,7 @@
#import "openbox.h"
#import "prop.h"
#import "config.h"
+#import "assert.h"
#import <XWindowServerKit/XScreen.h>