1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/fga/files/patch-graph_gen.cpp
Stanislav Sedov 7f87d65184 - Fix for FreeBSD 4.x
Reported by:	kris
2007-01-10 19:33:49 +00:00

11 lines
213 B
C++

--- graph_gen.cpp.orig Sat Nov 25 20:51:17 2006
+++ graph_gen.cpp Wed Jan 10 22:31:44 2007
@@ -5,6 +5,7 @@
#include <fstream>
#include <iostream>
+#include <stdlib.h>
#include <ctime>
using namespace std;