forked from ports/contrib
34 lines
976 B
Diff
34 lines
976 B
Diff
diff -Naur wbar-1.3.3.orig/IconLoader.cc wbar-1.3.3/IconLoader.cc
|
|
--- wbar-1.3.3.orig/IconLoader.cc 2006-12-29 01:54:29.000000000 +0000
|
|
+++ wbar-1.3.3/IconLoader.cc 2008-08-06 15:35:58.000000000 +0000
|
|
@@ -2,6 +2,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
+#include <cstdlib>
|
|
};
|
|
|
|
#include "IconLoader.h"
|
|
diff -Naur wbar-1.3.3.orig/Main.cc wbar-1.3.3/Main.cc
|
|
--- wbar-1.3.3.orig/Main.cc 2007-08-06 12:28:11.000000000 +0000
|
|
+++ wbar-1.3.3/Main.cc 2008-08-06 15:35:00.000000000 +0000
|
|
@@ -4,6 +4,8 @@
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <iostream>
|
|
+#include <cstdlib>
|
|
+#include <memory>
|
|
|
|
#include "XWin.h"
|
|
#include "ImgWrap.h"
|
|
diff -Naur wbar-1.3.3.orig/SuperBar.cc wbar-1.3.3/SuperBar.cc
|
|
--- wbar-1.3.3.orig/SuperBar.cc 2007-08-04 00:24:34.000000000 +0000
|
|
+++ wbar-1.3.3/SuperBar.cc 2008-08-06 15:51:14.000000000 +0000
|
|
@@ -1,5 +1,6 @@
|
|
#include "SuperBar.h"
|
|
#include "SuperIcon.h"
|
|
+#include <cstdlib>
|
|
|
|
using namespace std;
|
|
|