[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: f_print.nw
User: werner
Date: 06/04/13 15:48:49
Modified: . f_print.nw
Log:
added <time.h> for f_print_header(), fixes segfault
Revision Changes Path
1.16 +1 -0 eda/geda/devel/libgeda/noweb/f_print.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: f_print.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/f_print.nw,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- f_print.nw 26 Feb 2006 21:03:46 -0000 1.15
+++ f_print.nw 13 Apr 2006 19:48:49 -0000 1.16
@@ -52,6 +52,7 @@
#include <stdio.h>
#include <unistd.h>
+#include <time.h>
#include <math.h>
#include <gtk/gtk.h>