From a19cd811000902facceff5a30facf7dba9cb2095 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Nov 2002 08:30:56 +0000 Subject: [PATCH] Added missing #include and wondering how could it ever compile. --- sysdep/unix/config.Y | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index af35f82e..5176be62 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -9,6 +9,7 @@ CF_HDR #include "lib/unix.h" +#include CF_DECLS