The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'botan/es_dev.cpp'

#
#
# patch "botan/es_dev.cpp"
#  from [903d37082b372d65135f66cb43f5cfe84f5a930f]
#    to [6ca08c9627c30792f3a9c40aea4e75ca4b483154]
#
============================================================
--- botan/es_dev.cpp	903d37082b372d65135f66cb43f5cfe84f5a930f
+++ botan/es_dev.cpp	6ca08c9627c30792f3a9c40aea4e75ca4b483154
@@ -8,7 +8,7 @@
 #include <sys/select.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <unistd.h>

 namespace Botan {