commit | b4dae9beff2745e3dadde63e65b8ca3566c1ca5f | [log] [tgz] |
---|---|---|
author | Bryce Harrington <bryce@osg.samsung.com> | Wed Jun 15 18:13:07 2016 -0700 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Thu Jun 16 11:01:54 2016 -0700 |
tree | 5676830239a5c5c6d279102ef563e39094b535da | |
parent | cd7df632be8e665693e7bf3920a1d38f2ec30513 [diff] [blame] |
Make config.h inclusion consistent Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
diff --git a/clients/simple-dmabuf-v4l.c b/clients/simple-dmabuf-v4l.c index a73556c..7ee5cce 100644 --- a/clients/simple-dmabuf-v4l.c +++ b/clients/simple-dmabuf-v4l.c
@@ -20,7 +20,7 @@ * OF THIS SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h>