ports/devel/cxxtools/files/patch-src_directoryimpl.cpp
Dmitry Marakasov 1461f87790 - Switch to USES=localbase
- Strip libraries
- Switch to options helpers
- Simplify patches handling
2016-02-09 01:47:26 +00: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>