diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 21:14:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 21:14:21 +0000 |
commit | e0d94e53d9eb14fd3eae5721ef2b7e61ec3285b7 (patch) | |
tree | bcddfdc74b4580fe24b2ac460b91494f82908f8d /x11-wm/wmanager/files/patch-ab | |
parent | - Update to 0.2.6 (diff) |
- Fix build on -current
- Utilize DOCSDIR
PR: 58882
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=92996
Diffstat (limited to 'x11-wm/wmanager/files/patch-ab')
-rw-r--r-- | x11-wm/wmanager/files/patch-ab | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-wm/wmanager/files/patch-ab b/x11-wm/wmanager/files/patch-ab index 8add2b3987ed..d33d88b1aa75 100644 --- a/x11-wm/wmanager/files/patch-ab +++ b/x11-wm/wmanager/files/patch-ab @@ -1,11 +1,21 @@ ---- src/WManager.cc Wed Sep 29 13:23:17 1999 -+++ src/WManager.cc.new Fri Nov 19 23:07:25 1999 -@@ -9,6 +9,8 @@ +--- src/WManager.cc.orig Mon Nov 15 00:28:36 1999 ++++ src/WManager.cc Sun Nov 2 02:45:05 2003 +@@ -25,7 +25,10 @@ + #include <string> // standard string class #include <fstream> // file streams #include <cstring> // only for 'strtok' ++#include <iostream> #include <pwd.h> // for home directory +#include <unistd.h> +#include <sys/types.h> // PROJECT INCLUDES //////////////////////////////// +@@ -36,6 +39,7 @@ + // LOCAL INCLUDES ////////////////////////////////// + #include <FL/fl_message.H> // message window + ++using namespace std; + + // constructor + WManager::WManager() |