From a3ce270c3cf79a6159e323910c20c34c127520f4 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Mon, 18 Sep 1995 14:34:27 +0200 Subject: [PATCH] committing Rev: src/call_out.c:1.4 Rev: src/main.c:1.7 --- src/call_out.c | 1 + src/main.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/call_out.c b/src/call_out.c index 142c3cfe1a..3cf365e999 100644 --- a/src/call_out.c +++ b/src/call_out.c @@ -1,3 +1,4 @@ +#include <sys/types.h> #include <stdio.h> #include "global.h" #include "array.h" diff --git a/src/main.c b/src/main.c index 643d10cf6d..173ef6eec3 100644 --- a/src/main.c +++ b/src/main.c @@ -2,6 +2,9 @@ #include <stdlib.h> #include "global.h" #include "types.h" +#ifdef HAVE_SYS_TIME_H +#include <sys/time.h> +#endif #include "backend.h" #include "module.h" #include "object.h" @@ -18,9 +21,6 @@ #ifdef HAVE_LOCALE_H #include <locale.h> #endif -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> #endif -- GitLab