opnsense-ports/devel/cxxtools/files/patch-src_directoryimpl.cpp
Franco Fichtner abfc65d526 */*: sync with upstream
Taken from: FreeBSD
2016-02-09 08:15:47 +01:00

10 lines
259 B
C++

--- src/directoryimpl.cpp.orig 2013-12-26 09:33:48 UTC
+++ src/directoryimpl.cpp
@@ -27,6 +27,7 @@
*/
#include "directoryimpl.h"
#include "cxxtools/systemerror.h"
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>