]> granicus.if.org Git - libass/commitdiff
Fixed headers in profile and test
authorRodger Combs <rodger.combs@gmail.com>
Sun, 27 Apr 2014 04:07:09 +0000 (23:07 -0500)
committerRodger Combs <rodger.combs@gmail.com>
Sun, 27 Apr 2014 04:07:09 +0000 (23:07 -0500)
profile/profile.c
test/test.c

index 749c33141946ddab4721c4ba6122e2980c58dc45..da57214d2b1384a7b5360d2b6d0b67f29bc3771e 100644 (file)
@@ -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;
index 6a6d8fb9857a04e03e75742042869a6d9a2cbb6b..f533e7ad27ff9a43d2a20ea4faeee014e99caf89 100644 (file)
@@ -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 {