1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/xword/files/patch-FileUtil.h
Edwin Groothuis 1fb5ebd43b Make games/xword building on -current again.
PR:		ports/45410
Submitted by:	Paul Everlund <tdv94ped@cs.umu.se>
2002-11-24 09:34:58 +00:00

10 lines
222 B
C++

--- src/FileUtil.h.orig Mon Nov 18 16:12:05 2002
+++ src/FileUtil.h Mon Nov 18 16:12:41 2002
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <string>
#include <vector>
+#include <sys/types.h>
#include "Filename.h"