opnsense-ports/astro/gpstk/files/patch-ext__lib__FileDirProc__FileHunter.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
256 B
C++

--- ext/lib/FileDirProc/FileHunter.cpp.orig 2014-10-10 19:46:15 UTC
+++ ext/lib/FileDirProc/FileHunter.cpp
@@ -52,6 +52,7 @@
#ifndef _WIN32
#include <unistd.h>
#include <dirent.h>
+#include <sys/syslimits.h>
#else
#include <io.h>
#include <direct.h>