summaryrefslogtreecommitdiff
path: root/games/ccgo/patches/patch-aa
blob: ed9792f29fbdad722d490fe3c164bd0569ee283c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2004/03/15 15:57:33 jmmv Exp $

--- igs/datetime.cc.orig	2003-09-26 19:18:08.000000000 +0200
+++ igs/datetime.cc
@@ -7,6 +7,8 @@
  * published by the Free Software Foundation.
  */
 
+#include <stdlib.h>
+#include <time.h>
 #define _XOPEN_SOURCE
 #define _GNU_SOURCE
 #include <ctime>