summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/gmixvm.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-03-29 16:30:49 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-03-29 16:30:49 +0000
commit410b6bb22005a197f11d80d2aecbd729646983f6 (patch)
treebbf6f2cfad92efae74ff3f57f20ceb85a50bf5d3 /mixgtk/gmixvm.c
parent05ffad6584c39694b3aee59626348af20b0f7763 (diff)
downloadmdk-410b6bb22005a197f11d80d2aecbd729646983f6.tar.gz
mdk-410b6bb22005a197f11d80d2aecbd729646983f6.tar.bz2
missing standard headers included
Diffstat (limited to 'mixgtk/gmixvm.c')
-rw-r--r--mixgtk/gmixvm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mixgtk/gmixvm.c b/mixgtk/gmixvm.c
index 91b03f3..75b2f88 100644
--- a/mixgtk/gmixvm.c
+++ b/mixgtk/gmixvm.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- gmixvm.c :
* Main function of the mix gtk front-end
* ------------------------------------------------------------------
- * $Id: gmixvm.c,v 1.3 2001/09/28 23:10:45 jao Exp $
+ * $Id: gmixvm.c,v 1.4 2002/03/29 16:30:49 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2001 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002 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
@@ -21,6 +21,7 @@
*
*/
+#include <stdio.h>
#include <stdlib.h>
#include "mixgtk.h"