billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=fbe747fbfdda338fd176e62d9e876512605b4de3
commit fbe747fbfdda338fd176e62d9e876512605b4de3 Author: Boris Faure <bill...@gmail.com> Date: Tue Oct 18 20:21:50 2016 +0200 include private.h everywhere that way, terminology_config.h is included if present --- src/bin/extns.c | 1 + src/bin/tyalpha.c | 1 + src/bin/tybg.c | 1 + src/bin/tycat.c | 1 + src/bin/tycommon.c | 1 + src/bin/tyls.c | 1 + src/bin/typop.c | 1 + src/bin/tyq.c | 1 + src/bin/utf8.c | 1 + 9 files changed, 9 insertions(+) diff --git a/src/bin/extns.c b/src/bin/extns.c index 82796f3..f8ed2e0 100644 --- a/src/bin/extns.c +++ b/src/bin/extns.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdio.h> const char *extn_img[] = diff --git a/src/bin/tyalpha.c b/src/bin/tyalpha.c index e0b2646..8b0223b 100644 --- a/src/bin/tyalpha.c +++ b/src/bin/tyalpha.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdio.h> #include <limits.h> #include <stdlib.h> diff --git a/src/bin/tybg.c b/src/bin/tybg.c index 11969cc..595d090 100644 --- a/src/bin/tybg.c +++ b/src/bin/tybg.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdio.h> #include <limits.h> #include <stdlib.h> diff --git a/src/bin/tycat.c b/src/bin/tycat.c index c90dec5..690650b 100644 --- a/src/bin/tycat.c +++ b/src/bin/tycat.c @@ -1,3 +1,4 @@ +#include "private.h" #include <Eina.h> #include <Ecore.h> #include <Evas.h> diff --git a/src/bin/tycommon.c b/src/bin/tycommon.c index 6ae6efb..df6c486 100644 --- a/src/bin/tycommon.c +++ b/src/bin/tycommon.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdlib.h> #include <Eina.h> #include "tycommon.h" diff --git a/src/bin/tyls.c b/src/bin/tyls.c index 340101e..0ec6809 100644 --- a/src/bin/tyls.c +++ b/src/bin/tyls.c @@ -1,3 +1,4 @@ +#include "private.h" #include <Eina.h> #include <Ecore.h> #include <Evas.h> diff --git a/src/bin/typop.c b/src/bin/typop.c index 8f76e2d..0466d1d 100644 --- a/src/bin/typop.c +++ b/src/bin/typop.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdio.h> #include <limits.h> #include <stdlib.h> diff --git a/src/bin/tyq.c b/src/bin/tyq.c index 2b6af4a..95ca8a7 100644 --- a/src/bin/tyq.c +++ b/src/bin/tyq.c @@ -1,3 +1,4 @@ +#include "private.h" #include <stdio.h> #include <limits.h> #include <stdlib.h> diff --git a/src/bin/utf8.c b/src/bin/utf8.c index 3f8d500..5aac2f7 100644 --- a/src/bin/utf8.c +++ b/src/bin/utf8.c @@ -1,3 +1,4 @@ +#include "private.h" #include "utf8.h" int --