opnsense-ports/graphics/aseprite/files/patch-src_base_file__handle.cpp
Franco Fichtner 288580cbcc */*: sync with upstream
Taken from: FreeBSD
2016-05-21 07:56:30 +02:00

11 lines
203 B
C++

--- src/base/file_handle.cpp.orig 2015-11-06 13:40:13 UTC
+++ src/base/file_handle.cpp
@@ -26,6 +26,8 @@
#define O_TEXT 0
#endif
+#include <sys/stat.h>
+
using namespace std;
namespace base {