From 32c6f54be77a4807c1a20a3be839d397dae0d39d Mon Sep 17 00:00:00 2001
From: Amar Takhar <verm@aegisub.org>
Date: Mon, 13 Jul 2009 22:38:43 +0000
Subject: [PATCH] Actually fix libosxutil includes, as many times as I'd like
 to belive using 'diff' to transfer from a working copy to a non-working copy
 is the safest I always endup convincing myself that it's impossible to
 screw-up a _two_ line patch.

Originally committed to SVN as r3121.
---
 aegisub/src/subtitles_provider_libass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/src/subtitles_provider_libass.cpp b/aegisub/src/subtitles_provider_libass.cpp
index 6ac2b456f..1c1b53d87 100644
--- a/aegisub/src/subtitles_provider_libass.cpp
+++ b/aegisub/src/subtitles_provider_libass.cpp
@@ -51,8 +51,8 @@
 extern "C" {
 #include "libosxutil/libosxutil.h"
 #include <sys/param.h>
-#endif
 }
+#endif
 
 ///////////////
 // Constructor
-- 
GitLab