diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-08 01:59:38 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-08 01:59:38 +0000 |
commit | 5a53dfca3ac2a779862b577e47768f52ac77e26b (patch) | |
tree | 2f8edf6f1cbc8b2d0dac923622ceda8e55a6808d | |
parent | 80743036ae76306d3fbd837d47da2c9849143b26 (diff) | |
download | mdk-5a53dfca3ac2a779862b577e47768f52ac77e26b.tar.gz mdk-5a53dfca3ac2a779862b577e47768f52ac77e26b.tar.bz2 |
missing header
-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> |