From: Rodger Combs Date: Sun, 27 Apr 2014 04:07:09 +0000 (-0500) Subject: Fixed headers in profile and test X-Git-Tag: 0.12.0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d58b3b81e38268d4c5a9a5ddc45724e2e6814aa;p=libass Fixed headers in profile and test --- diff --git a/profile/profile.c b/profile/profile.c index 749c331..da57214 100644 --- a/profile/profile.c +++ b/profile/profile.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include "../libass/ass.h" typedef struct image_s { int width, height, stride; diff --git a/test/test.c b/test/test.c index 6a6d8fb..f533e7a 100644 --- a/test/test.c +++ b/test/test.c @@ -20,7 +20,8 @@ #include #include #include -#include +#include +#include "../libass/ass.h" #include typedef struct image_s {