aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-25 21:10:58 (GMT)
committerfluxgen <fluxgen>2002-10-25 21:10:58 (GMT)
commit016b6891ea1b6140e40696264f9f299fc3092048 (patch)
tree61a9543f8f1dfb706066fd38d2805e6b7a6bc554
parenta660cb0d08b71d8337d782e0e8f1c37c3fd6df92 (diff)
downloadfluxbox-016b6891ea1b6140e40696264f9f299fc3092048.zip
fluxbox-016b6891ea1b6140e40696264f9f299fc3092048.tar.bz2
include
-rw-r--r--src/Configmenu.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Configmenu.cc b/src/Configmenu.cc
index f39ee04..d6a35b4 100644
--- a/src/Configmenu.cc
+++ b/src/Configmenu.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: Configmenu.cc,v 1.19 2002/10/22 14:45:01 fluxgen Exp $ 25// $Id: Configmenu.cc,v 1.20 2002/10/25 21:10:58 fluxgen Exp $
26 26
27#include "Configmenu.hh" 27#include "Configmenu.hh"
28 28
@@ -31,6 +31,7 @@
31#include "Window.hh" 31#include "Window.hh"
32#include "Screen.hh" 32#include "Screen.hh"
33#include "Tab.hh" 33#include "Tab.hh"
34#include "fluxbox.hh"
34 35
35#ifdef HAVE_CONFIG_H 36#ifdef HAVE_CONFIG_H
36#include "config.h" 37#include "config.h"