mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1fb5ebd43b
PR: ports/45410 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
10 lines
222 B
C++
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"
|