Skip to content

Commit 2d36471

Browse files
committed
Include check
1 parent 8f5561a commit 2d36471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/libpq/pqcomm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* Copyright (c) 1994, Regents of the University of California
3030
*
31-
* $Id: pqcomm.c,v 1.77 1999/07/16 23:12:39 tgl Exp $
31+
* $Id: pqcomm.c,v 1.78 1999/07/17 04:25:33 momjian Exp $
3232
*
3333
*-------------------------------------------------------------------------
3434
*/
@@ -81,7 +81,7 @@
8181
#endif
8282

8383
#include "libpq/libpq.h"
84-
#include "utils/trace.h"
84+
#include "utils/trace.h" /* needed on some OS's */
8585
#include "miscadmin.h"
8686

8787

0 commit comments

Comments
 (0)