From a988be716b87b0dca69688ed3b909af0a69e91f6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 8 Feb 2006 04:11:08 +0000 Subject: r13384: Adding in some more SuSE patches * uninitialized-variables.diff * samba-smbadduser.diff * samba-implicit_decl.patch (This used to be commit 064338c6f5644d1ceddf341d4ba5619a3d68ffa7) --- source3/modules/getdate.y | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/getdate.y') diff --git a/source3/modules/getdate.y b/source3/modules/getdate.y index aab37f4d235..60b1aa577ec 100644 --- a/source3/modules/getdate.y +++ b/source3/modules/getdate.y @@ -43,6 +43,7 @@ #endif #include +#include #if HAVE_STDLIB_H # include /* for `free'; used by Bison 1.27 */ -- cgit