summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.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
commit410b6bb22005a197f11d80d2aecbd729646983f6 (patch)
treebbf6f2cfad92efae74ff3f57f20ceb85a50bf5d3 /mixgtk/mixgtk.c
parent05ffad6584c39694b3aee59626348af20b0f7763 (diff)
downloadmdk-410b6bb22005a197f11d80d2aecbd729646983f6.tar.gz
mdk-410b6bb22005a197f11d80d2aecbd729646983f6.tar.bz2
missing standard headers included
Diffstat (limited to 'mixgtk/mixgtk.c')
-rw-r--r--mixgtk/mixgtk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mixgtk/mixgtk.c b/mixgtk/mixgtk.c
index 9c18703..760008e 100644
--- a/mixgtk/mixgtk.c
+++ b/mixgtk/mixgtk.c
@@ -3,7 +3,7 @@
* ------------------------------------------------------------------
* Last change: Time-stamp: "2001-05-20 18:03:05 jao"
* ------------------------------------------------------------------
- * 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
@@ -22,6 +22,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "mixgtk_widgets.h"
#include "mixgtk_cmd_dispatcher.h"