diff options
| -rw-r--r-- | mixgtk/mixgtk_cmd_dispatcher.c | 4 | ||||
| -rw-r--r-- | mixgtk/mixgtk_input.c | 4 | ||||
| -rw-r--r-- | mixgtk/mixgtk_mixal.c | 4 | 
3 files changed, 9 insertions, 3 deletions
| diff --git a/mixgtk/mixgtk_cmd_dispatcher.c b/mixgtk/mixgtk_cmd_dispatcher.c index 11acc1d..180c480 100644 --- a/mixgtk/mixgtk_cmd_dispatcher.c +++ b/mixgtk/mixgtk_cmd_dispatcher.c @@ -1,7 +1,7 @@  /* -*-c-*- -------------- mixgtk_cmd_dispatcher.c :   * Implementation of the functions declared in mixgtk_cmd_dispatcher.h   * ------------------------------------------------------------------ - *  Last change: Time-stamp: "01/03/15 16:01:43 jose" + *  Last change: Time-stamp: "01/04/01 15:22:09 jose"   * ------------------------------------------------------------------   * Copyright (C) 2001 Free Software Foundation, Inc.   *   @@ -25,6 +25,8 @@  #include <stdlib.h>  #include <stdio.h> +#include <string.h> +  #include <mixlib/mix_vm_command.h>  #include "mixgtk_cmd_dispatcher.h"  #include "mixgtk_mixvm.h" 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" diff --git a/mixgtk/mixgtk_mixal.c b/mixgtk/mixgtk_mixal.c index b59688d..2cfb428 100644 --- a/mixgtk/mixgtk_mixal.c +++ b/mixgtk/mixgtk_mixal.c @@ -1,7 +1,7 @@  /* -*-c-*- -------------- mixgtk_mixal.c :   * Implementation of the functions declared in mixgtk_mixal.h   * ------------------------------------------------------------------ - *  Last change: Time-stamp: "01/03/12 23:48:29 jose" + *  Last change: Time-stamp: "01/04/01 15:23:18 jose"   * ------------------------------------------------------------------   * Copyright (C) 2001 Free Software Foundation, Inc.   *   @@ -23,6 +23,8 @@  #include <stdlib.h> +#include <string.h> +  #include "mixgtk_widgets.h"  #include "mixgtk_mixal.h" | 
