[aseprite] 54/308: Fix missing permission bitmasks on FreeBSD

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 9c30429ff974fc964e23bf25833ab449b86ae21e
Author: Tony Narlock <tony at git-pull.com>
Date:   Sat Dec 5 09:08:18 2015 -0600

    Fix missing permission bitmasks on FreeBSD
---
 src/base/file_handle.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/base/file_handle.cpp b/src/base/file_handle.cpp
index 0644739..a09ca67 100644
--- a/src/base/file_handle.cpp
+++ b/src/base/file_handle.cpp
@@ -16,9 +16,10 @@
 
 #ifdef _WIN32
   #include <windows.h>
-  #include <sys/stat.h>
   #include <io.h>
 #endif
+
+#include <sys/stat.h>
 #include <fcntl.h>
 
 #ifndef O_BINARY

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list