diff options
author | fluxgen <fluxgen> | 2004-01-11 13:10:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-11 13:10:39 (GMT) |
commit | 9d433e6f49fd3fd165d80d716329cf27c75dc630 (patch) | |
tree | ae0f37f356f43e78c576ff4e6ebc3fb5bab7ae58 /src | |
parent | aaaf4cc6b7b8c8529a6c5514e5f7706747d8e419 (diff) | |
download | fluxbox_paul-9d433e6f49fd3fd165d80d716329cf27c75dc630.zip fluxbox_paul-9d433e6f49fd3fd165d80d716329cf27c75dc630.tar.bz2 |
minor fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index caf8365..40d987c 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.218 2004/01/10 02:58:50 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.219 2004/01/11 13:10:39 fluxgen Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -44,6 +44,9 @@ | |||
44 | #include "FbTk/StringUtil.hh" | 44 | #include "FbTk/StringUtil.hh" |
45 | #include "FbTk/Resource.hh" | 45 | #include "FbTk/Resource.hh" |
46 | #include "FbTk/XrmDatabaseHelper.hh" | 46 | #include "FbTk/XrmDatabaseHelper.hh" |
47 | #include "FbTk/Command.hh" | ||
48 | #include "FbTk/RefCount.hh" | ||
49 | #include "FbTk/SimpleCommand.hh" | ||
47 | 50 | ||
48 | //Use GNU extensions | 51 | //Use GNU extensions |
49 | #ifndef _GNU_SOURCE | 52 | #ifndef _GNU_SOURCE |