freebsd-ports/science/xloops-ginac/files/patch-ginsh_parser.yy
Ying-Chieh Liao 1bdd845e2e add xloops-ginac 0.1.3
A program calculating Feynman diagrams
2002-10-15 10:02:15 +00:00

19 lines
326 B
Text

--- ginsh/ginsh_parser.yy.orig Tue Oct 15 17:15:25 2002
+++ ginsh/ginsh_parser.yy Tue Oct 15 17:18:14 2002
@@ -29,6 +29,7 @@
%{
#include "config.h"
+#include <sys/time.h>
#include <sys/resource.h>
#if HAVE_UNISTD_H
@@ -796,6 +797,8 @@
/*
* Main program
*/
+
+int yyparse();
int main(int argc, char **argv)
{