From: Tom Lane Date: Sun, 18 Aug 2002 03:47:08 +0000 (+0000) Subject: Add #include . X-Git-Tag: REL7_3~863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41298cf8a60ff815b98b9babb341c9c1629c1926;p=thirdparty%2Fpostgresql.git Add #include . --- diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index af533444bfd..8bb52d8e306 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-int.h,v 1.54 2002/08/18 01:35:40 momjian Exp $ + * $Id: libpq-int.h,v 1.55 2002/08/18 03:47:08 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,8 +20,9 @@ #ifndef LIBPQ_INT_H #define LIBPQ_INT_H -#include #include +#include +#include #if defined(WIN32) && (!defined(ssize_t)) typedef int ssize_t; /* ssize_t doesn't exist in VC (atleast not VC6) */