From 8861923455a294927398c3207c12ed3e2d6f350e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 14:47:27 +0100 Subject: Allow include directories to be added by sub makefiles --- content/handlers/image/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/image/video.c') diff --git a/content/handlers/image/video.c b/content/handlers/image/video.c index 53b654337..707d39d9b 100644 --- a/content/handlers/image/video.c +++ b/content/handlers/image/video.c @@ -21,7 +21,7 @@ #include "content/content_factory.h" #include "content/content_protected.h" -#include "video.h" +#include "image/video.h" typedef struct nsvideo_content { struct content base; -- cgit v1.2.3