From 0db39dc64d3d4988f7648d0b4111c6932caa0da5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jun 2003 10:20:42 +0000 Subject: Include alloca.h unconditionally. --- lib/getdate.y | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/getdate.y b/lib/getdate.y index 1b5148b41..3c4a04000 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -1,6 +1,6 @@ %{ /* Parse a string into an internal time stamp. - Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,11 +27,10 @@ #ifdef HAVE_CONFIG_H # include -# ifdef HAVE_ALLOCA_H -# include -# endif #endif +#include + /* Since the code of getdate.y is not included in the Emacs executable itself, there is no need to #define static in this file. Even if the code were included in the Emacs executable, it probably -- cgit v1.2.3-70-g09d2