From: Bruce Momjian Date: Sat, 17 Jul 1999 05:16:15 +0000 (+0000) Subject: clean up comment on missing file. X-Git-Tag: REL7_0~1737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4dac7f12bae718938083e03d5afde755e95dff;p=postgresql clean up comment on missing file. --- diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index be35467cb8..062488184e 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.78 1999/07/17 04:25:33 momjian Exp $ + * $Id: pqcomm.c,v 1.79 1999/07/17 05:16:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -81,7 +81,7 @@ #endif #include "libpq/libpq.h" -#include "utils/trace.h" /* needed on some OS's */ +#include "utils/trace.h" /* needed for HAVE_FCNTL_SETLK */ #include "miscadmin.h"