From: Bruce Momjian Date: Sat, 17 Jul 1999 04:25:33 +0000 (+0000) Subject: Include check X-Git-Tag: REL7_0~1738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d36471b82cc62911efed293023745bb44b01462;p=thirdparty%2Fpostgresql.git Include check --- diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 7accb56f574..be35467cb81 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -28,7 +28,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.c,v 1.77 1999/07/16 23:12:39 tgl Exp $ + * $Id: pqcomm.c,v 1.78 1999/07/17 04:25:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -81,7 +81,7 @@ #endif #include "libpq/libpq.h" -#include "utils/trace.h" +#include "utils/trace.h" /* needed on some OS's */ #include "miscadmin.h"