summaryrefslogtreecommitdiff
path: root/games/marbles/patches/patch-aa
blob: 16a6a44a4f38856976f88ab6dcbd61e17a70f602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2002/05/05 23:01:06 hubertf Exp $

--- src/timer.c.orig	Tue Nov 21 18:39:51 2000
+++ src/timer.c
@@ -15,6 +15,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <sys/time.h>
 #include "timer.h"
 #include "sys/timeb.h"
 #include "sdl.h"