diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h index 0432d819406..7c95bbd433c 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.48 1999/01/17 03:22:51 tgl Exp $ + * $Id: c.h,v 1.49 1999/01/17 06:19:22 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,10 @@ #include <stdarg.h> #endif +#ifdef __CYGWIN32__ +#include <errno.h> +#endif + /* ---------------------------------------------------------------- * Section 1: bool, true, false, TRUE, FALSE * ---------------------------------------------------------------- |