wok view wbar/stuff/gcc43_fixes.diff @ rev 11747

merge
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:51:12 2012 +0100 (2012-02-22)
parents
children
line source
1 diff -Naur wbar-1.3.3.orig/IconLoader.cc wbar-1.3.3/IconLoader.cc
2 --- IconLoader.cc 2006-12-29 01:54:29.000000000 +0000
3 +++ IconLoader.cc 2008-08-06 15:35:58.000000000 +0000
4 @@ -2,6 +2,7 @@
5 #include <unistd.h>
6 #include <sys/stat.h>
7 #include <sys/types.h>
8 +#include <cstdlib>
9 };
11 #include "IconLoader.h"
12 diff -Naur wbar-1.3.3.orig/Main.cc wbar-1.3.3/Main.cc
13 --- Main.cc 2007-08-06 12:28:11.000000000 +0000
14 +++ Main.cc 2008-08-06 15:35:00.000000000 +0000
15 @@ -4,6 +4,8 @@
16 #include <unistd.h>
17 #include <stdlib.h>
18 #include <iostream>
19 +#include <cstdlib>
20 +#include <memory>
22 #include "XWin.h"
23 #include "ImgWrap.h"
24 diff -Naur wbar-1.3.3.orig/SuperBar.cc wbar-1.3.3/SuperBar.cc
25 --- SuperBar.cc 2007-08-04 00:24:34.000000000 +0000
26 +++ SuperBar.cc 2008-08-06 15:51:14.000000000 +0000
27 @@ -1,5 +1,6 @@
28 #include "SuperBar.h"
29 #include "SuperIcon.h"
30 +#include <cstdlib>
32 using namespace std;