diff options
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/mixvm_loop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mixutils/mixvm_loop.c b/mixutils/mixvm_loop.c index e3209c8..57953b0 100644 --- a/mixutils/mixvm_loop.c +++ b/mixutils/mixvm_loop.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixvm_loop.c : * Implementation of mix vm command loop. * ------------------------------------------------------------------ - * $Id: mixvm_loop.c,v 1.9 2002/04/08 00:33:40 jao Exp $ + * $Id: mixvm_loop.c,v 1.10 2002/04/08 01:59:38 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. * @@ -23,6 +23,7 @@ #include <stdio.h> +#include <string.h> #include <mixlib/mix.h> #include <mixlib/mix_config.h> |