diff options
author | Martin Mares <mj@ucw.cz> | 2002-11-13 09:30:56 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2002-11-13 09:30:56 +0100 |
commit | a19cd811000902facceff5a30facf7dba9cb2095 (patch) | |
tree | a69112aeaba47899f3c1d1f3ff887145f25da6c6 | |
parent | 19bd5c8e2c0fd47ff27668b8c45acc79f4d703b4 (diff) | |
download | bird-a19cd811000902facceff5a30facf7dba9cb2095.tar bird-a19cd811000902facceff5a30facf7dba9cb2095.zip |
Added missing #include and wondering how could it ever compile.
-rw-r--r-- | sysdep/unix/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index af35f82..5176be6 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -9,6 +9,7 @@ CF_HDR #include "lib/unix.h" +#include <stdio.h> CF_DECLS |