summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_input.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:23:17 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-01 13:23:17 +0000
commit51fabf0d4b397532bda2093e8f2b317ebecca9a6 (patch)
tree30ee0608c17c49f30716db30782c4c2efc17d9b1 /mixgtk/mixgtk_input.c
parent0933a13396d887cc312685023e43c229a6aaaaa8 (diff)
downloadmdk-51fabf0d4b397532bda2093e8f2b317ebecca9a6.tar.gz
mdk-51fabf0d4b397532bda2093e8f2b317ebecca9a6.tar.bz2
including prototype for strlen (string.h)
Diffstat (limited to 'mixgtk/mixgtk_input.c')
-rw-r--r--mixgtk/mixgtk_input.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_input.c b/mixgtk/mixgtk_input.c
index fa98056..8726bab 100644
--- a/mixgtk/mixgtk_input.c
+++ b/mixgtk/mixgtk_input.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixgtk_input.c :
* Implementation of the functions declared in mixgtk_input.h
* ------------------------------------------------------------------
- * Last change: Time-stamp: "01/03/13 08:31:20 jose"
+ * Last change: Time-stamp: "01/04/01 15:24:36 jose"
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -23,6 +23,8 @@
#include <ctype.h>
#include <stdlib.h>
+#include <string.h>
+
#include "mixgtk_widgets.h"
#include "mixgtk_input.h"