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/terminal.c b/clients/terminal.c index a70fef3..66bdeec 100644 --- a/clients/terminal.c +++ b/clients/terminal.c
@@ -21,7 +21,7 @@ * DEALINGS IN THE SOFTWARE. */ -#include <config.h> +#include "config.h" #include <stdbool.h> #include <stdint.h>