freebsd-ports/games/ggz-sdl-games/files/patch-ttt3d-main.c
Pav Lucistnik 24d078a41c The GGZ Gaming Zone - SDL-based games
PR:		ports/89276
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2005-11-21 13:33:10 +00:00

10 lines
227 B
C

--- ttt3d/main.c.orig Mon Nov 21 14:25:08 2005
+++ ttt3d/main.c Mon Nov 21 14:25:39 2005
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <sys/time.h>
#ifdef HAVE_WINSOCK_H
# include <winsock.h>
#endif