mirror of https://github.com/odrling/Aegisub
Fix libass on OSX after the repo changes.
Originally committed to SVN as r2763.
This commit is contained in:
parent
4c02eb0984
commit
6f090f9027
|
@ -38,7 +38,8 @@
|
|||
#include "ass_fontconfig.h"
|
||||
|
||||
#ifdef BUILD_DARWIN
|
||||
#include "../aegisub/libosxutil/libosxutil.h"
|
||||
#include "../src/libosxutil/libosxutil.h"
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FONTCONFIG
|
||||
|
|
Loading…
Reference in New Issue