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

thansen pushed a commit to branch master
in repository aseprite.

commit 873748b0ff41e3dfa11959da4dfdd1d649fa4daf
Author: Matthias Mailänder <[email protected]>
Date:   Sun May 22 07:23:01 2016 +0200

    Fix freetype2 includes.
---
 src/ft/freetype_headers.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ft/freetype_headers.h b/src/ft/freetype_headers.h
index b7a5147..2a69526 100644
--- a/src/ft/freetype_headers.h
+++ b/src/ft/freetype_headers.h
@@ -8,8 +8,8 @@
 #define FT_FREETYPE_HEADERS_H_INCLUDED
 #pragma once
 
-#include "freetype/ftglyph.h"
-#include "ft2build.h"
+#include <ft2build.h>
+#include FT_GLYPH_H
 #include FT_FREETYPE_H
 
 #endif

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to