gnome/mc patch
- From: Per Bothner <bothner cygnus com>
- To: gnome-list gnome org
- Subject: gnome/mc patch
- Date: Sat, 09 Jan 1999 21:25:09 -0800
mc/src/tree.c makes a reference to stderr, but there is no
#include <stdio.h>.
Index: tree.c
===================================================================
RCS file: /cvs/gnome/mc/src/tree.c,v
retrieving revision 1.14
diff -u -r1.14 tree.c
--- tree.c 1999/01/09 03:43:14 1.14
+++ tree.c 1999/01/10 05:11:17
@@ -28,6 +28,7 @@
*/
#include <config.h>
#include <string.h>
+#include <stdio.h>
#include <errno.h>
#include "tty.h"
#include "mad.h"
--Per Bothner
Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]