summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_wm.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-03-29 16:30:49 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-03-29 16:30:49 +0000
commit188a60d6ac81f56b9a2be19c96309cd669628c07 (patch)
treead5049cdeba763c2321ca28a7bca3b9f35f496c0 /mixgtk/mixgtk_wm.c
parentdfc718dd84aa12aa1c581b8f2fd502e9de8aab1a (diff)
downloadmdk-188a60d6ac81f56b9a2be19c96309cd669628c07.tar.gz
mdk-188a60d6ac81f56b9a2be19c96309cd669628c07.tar.bz2
missing standard headers included
Diffstat (limited to 'mixgtk/mixgtk_wm.c')
-rw-r--r--mixgtk/mixgtk_wm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mixgtk/mixgtk_wm.c b/mixgtk/mixgtk_wm.c
index 9f227c5..9a7e2ef 100644
--- a/mixgtk/mixgtk_wm.c
+++ b/mixgtk/mixgtk_wm.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- mixgtk_wm.c :
* Implementation of the functions declared in mixgtk_wm.h
* ------------------------------------------------------------------
- * Last change: Time-stamp: "2001-06-24 14:36:18 jao"
+ * $Id: mixgtk_wm.c,v 1.6 2002/03/29 16:30:49 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2001 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,6 +21,8 @@
*
*/
+#include <string.h>
+
#include "mixgtk_widgets.h"
#include "mixgtk_config.h"
#include "mixgtk_wm.h"