diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-11 16:06:31 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-15 13:04:19 -0700 |
commit | 4d25363e4b8134a2238796638b1b35c2b18087da (patch) | |
tree | c0270fd39f32eb868b3952a6c2be3d1d84b49c9a /wcap/main.c | |
parent | 212018e5f5a353423c4e6e061c7ddc5f5d781cc0 (diff) |
wcap: Prefer quote form of include for config.h
Diffstat (limited to 'wcap/main.c')
-rw-r--r-- | wcap/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcap/main.c b/wcap/main.c index 2b882d7f..77cffe5d 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> |