let it compile with SparcWorks CC 5.0 (templates, stdlib.h, little ANSI glitches)

svn path=/trunk/kdebase/kwin/; revision=37154
This commit is contained in:
Stephan Kulow 1999-12-22 17:16:23 +00:00
parent 7a0af99fb9
commit caf3ce1376
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#define INT8 _X11INT8
#define INT32 _X11INT32

View file

@ -2,6 +2,7 @@
#include <kglobal.h>
#include <kglobalaccel.h>
#include <klocale.h>
#include <stdlib.h>
#include <qwhatsthis.h>
#include <kwin.h>