- Fix build on 10.x

- Use canonical filenames for patches
This commit is contained in:
Dmitry Marakasov
2014-04-04 10:14:04 +00:00
parent 4255a740dc
commit d1dbd64377
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300
+++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400
@@ -35,6 +35,9 @@
#include <string>
#include <list>
#include <cassert>
+#include <stdint.h>
+#include <fcntl.h>
+#include <unistd.h>
using std::string;
using std::list;