From b241a9e2d804724eca0f8457d5074cc9122039c7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 18 Sep 2009 13:18:56 +0000 Subject: [PATCH] Need compat.h here --- getdate.c | 2 ++ getdate.y | 2 ++ getline.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/getdate.c b/getdate.c index b0cbb19a1..607b4c95e 100644 --- a/getdate.c +++ b/getdate.c @@ -59,6 +59,8 @@ static char yyrcsid[] #endif #include +#include "compat.h" + #define EPOCH 1970 #define HOUR(x) ((time_t)(x) * 60) diff --git a/getdate.y b/getdate.y index a073890c8..00fec6a59 100644 --- a/getdate.y +++ b/getdate.y @@ -40,6 +40,8 @@ #endif #include +#include "compat.h" + #define EPOCH 1970 #define HOUR(x) ((time_t)(x) * 60) diff --git a/getline.c b/getline.c index 607a7162b..5ebbd7a22 100644 --- a/getline.c +++ b/getline.c @@ -36,6 +36,8 @@ #endif /* HAVE_STRING_H */ #include +#include "compat.h" + #ifndef LINE_MAX # define LINE_MAX 2048 #endif -- 2.40.0