From 9d58b3b81e38268d4c5a9a5ddc45724e2e6814aa Mon Sep 17 00:00:00 2001 From: Rodger Combs Date: Sat, 26 Apr 2014 23:07:09 -0500 Subject: Fixed headers in profile and test --- profile/profile.c | 2 +- test/test.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 { -- cgit v1.2.3