aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index dbf09f1..e141b6f 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.16 2002/01/09 14:07:09 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.17 2002/01/09 15:08:22 fluxgen Exp $
26 26
27// stupid macros needed to access some functions in version 2 of the GNU C 27// stupid macros needed to access some functions in version 2 of the GNU C
28// library 28// library
@@ -119,6 +119,7 @@
119#include <iostream> 119#include <iostream>
120#include <string> 120#include <string>
121#include <strstream> 121#include <strstream>
122#include <memory>
122using namespace std; 123using namespace std;
123 124
124#ifndef HAVE_BASENAME 125#ifndef HAVE_BASENAME