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 e81fc52..c6771ec 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.165 2003/06/30 15:05:26 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.166 2003/06/30 20:36:57 fluxgen Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -40,6 +40,7 @@
40#include "WinClient.hh" 40#include "WinClient.hh"
41#include "Keys.hh" 41#include "Keys.hh"
42#include "FbAtoms.hh" 42#include "FbAtoms.hh"
43#include "defaults.hh"
43 44
44//Use GNU extensions 45//Use GNU extensions
45#ifndef _GNU_SOURCE 46#ifndef _GNU_SOURCE