diff options
author | fluxgen <fluxgen> | 2003-06-30 20:37:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-30 20:37:57 (GMT) |
commit | da2fe66b59bbb0051a3a1c11190fd6e49cc75f23 (patch) | |
tree | 2d9915926d4285d05591dc7e0aeabb6b09c7ae63 /src/fluxbox.cc | |
parent | e0a08e502ccd13d50ee5fe67a5d98afd06a44829 (diff) | |
download | fluxbox-da2fe66b59bbb0051a3a1c11190fd6e49cc75f23.zip fluxbox-da2fe66b59bbb0051a3a1c11190fd6e49cc75f23.tar.bz2 |
include generated defaults file
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 3 |
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 |