diff options
Diffstat (limited to 'mixgtk/mixgtk_input.c')
-rw-r--r-- | mixgtk/mixgtk_input.c | 4 |
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" |