[PATCH weston 15/17] wcap: Prefer quote form of include for config.h
Bryce Harrington
bryce at osg.samsung.com
Fri Jun 12 15:04:53 PDT 2015
Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
---
wcap/main.c | 2 +-
wcap/wcap-decode.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wcap/main.c b/wcap/main.c
index 2b882d7..77cffe5 100644
--- a/wcap/main.c
+++ b/wcap/main.c
@@ -23,7 +23,7 @@
* SOFTWARE.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
diff --git a/wcap/wcap-decode.c b/wcap/wcap-decode.c
index 8673d87..e3b8985 100644
--- a/wcap/wcap-decode.c
+++ b/wcap/wcap-decode.c
@@ -23,7 +23,7 @@
* SOFTWARE.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
--
1.9.1
More information about the wayland-devel
mailing list