summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 21:11:56 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 21:11:56 +0000
commit562509761efc1dc4361d13e4f95e093f80b533da (patch)
treeb320cee1a0e41d6cebec8dd58b26b5b899846d20 /mixutils
parentdc51780d422ace7a5689603ffb871b677e084612 (diff)
downloadmdk-562509761efc1dc4361d13e4f95e093f80b533da.tar.gz
mdk-562509761efc1dc4361d13e4f95e093f80b533da.tar.bz2
Compilation warnings fixed.
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-5
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/mixvm_command.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c
index 0fbe1ce..ec3fd6c 100644
--- a/mixutils/mixvm_command.c
+++ b/mixutils/mixvm_command.c
@@ -1,9 +1,7 @@
/* -*-c-*- -------------- mixvm_command.c :
* Implementation of the functions declared in mixvm_command.h
* ------------------------------------------------------------------
- * $Id: mixvm_command.c,v 1.12 2005/09/20 19:43:13 jao Exp $
- * ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
+#include <string.h>
#include <mixlib/mix.h>