diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-06-15 18:13:07 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-06-16 11:01:54 -0700 |
commit | b4dae9beff2745e3dadde63e65b8ca3566c1ca5f (patch) | |
tree | 5676830239a5c5c6d279102ef563e39094b535da /clients/simple-damage.c | |
parent | cd7df632be8e665693e7bf3920a1d38f2ec30513 (diff) |
Make config.h inclusion consistent
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'clients/simple-damage.c')
-rw-r--r-- | clients/simple-damage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/simple-damage.c b/clients/simple-damage.c index 82091d52..bb81902d 100644 --- a/clients/simple-damage.c +++ b/clients/simple-damage.c @@ -23,7 +23,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> |