From b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 2 Mar 2017 20:33:23 -0800 Subject: Include config_ac.h from all source files --- sesman/tools/config.c | 4 ++++ sesman/tools/dis.c | 4 ++++ sesman/tools/sesadmin.c | 4 ++++ sesman/tools/sesrun.c | 4 ++++ sesman/tools/sestest.c | 4 ++++ sesman/tools/tcp.c | 4 ++++ sesman/tools/xcon.c | 4 ++++ 7 files changed, 28 insertions(+) (limited to 'sesman/tools') diff --git a/sesman/tools/config.c b/sesman/tools/config.c index 0f1399cc..41c5d279 100644 --- a/sesman/tools/config.c +++ b/sesman/tools/config.c @@ -1 +1,5 @@ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "../config.c" diff --git a/sesman/tools/dis.c b/sesman/tools/dis.c index a21fbac4..086dc1b9 100644 --- a/sesman/tools/dis.c +++ b/sesman/tools/dis.c @@ -16,6 +16,10 @@ * limitations under the License. */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include #include #include diff --git a/sesman/tools/sesadmin.c b/sesman/tools/sesadmin.c index 20458461..4220be1d 100644 --- a/sesman/tools/sesadmin.c +++ b/sesman/tools/sesadmin.c @@ -17,6 +17,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "arch.h" #include "tcp.h" #include "libscp.h" diff --git a/sesman/tools/sesrun.c b/sesman/tools/sesrun.c index d671f125..11a807f1 100644 --- a/sesman/tools/sesrun.c +++ b/sesman/tools/sesrun.c @@ -24,6 +24,10 @@ * */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "sesman.h" #include "tcp.h" diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c index 081bc88b..213d1ac3 100644 --- a/sesman/tools/sestest.c +++ b/sesman/tools/sestest.c @@ -17,6 +17,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "arch.h" #include "tcp.h" #include "libscp.h" diff --git a/sesman/tools/tcp.c b/sesman/tools/tcp.c index 32c0bbc9..dbb5e178 100644 --- a/sesman/tools/tcp.c +++ b/sesman/tools/tcp.c @@ -24,6 +24,10 @@ * */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include "sesman.h" #include diff --git a/sesman/tools/xcon.c b/sesman/tools/xcon.c index 4b3248b6..43202448 100644 --- a/sesman/tools/xcon.c +++ b/sesman/tools/xcon.c @@ -16,6 +16,10 @@ * limitations under the License. */ +#if defined(HAVE_CONFIG_H) +#include +#endif + #include #include #include -- cgit v1.2.1