From: Bruce Momjian Date: Thu, 20 May 2004 01:47:01 +0000 (+0000) Subject: Add ctype.h include for new macro in port.h. X-Git-Tag: REL8_0_0BETA1~593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=254df82b4061ac63d7aa04b37f2a1d2f21d6d4e2;p=postgresql Add ctype.h include for new macro in port.h. --- diff --git a/src/include/port.h b/src/include/port.h index f592797234..25d7908af4 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.33 2004/05/19 04:21:49 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.34 2004/05/20 01:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,7 @@ #include #include #endif +#include /* non-blocking */ bool set_noblock(int sock);