summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profile/profile.c2
-rw-r--r--test/test.c3
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 <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <ass.h>
+#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 <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <ass.h>
+#include <string.h>
+#include "../libass/ass.h"
#include <png.h>
typedef struct image_s {