Add back improperly removed #include for utils/trace.h.

This commit is contained in:
Tom Lane 1999-07-16 23:12:39 +00:00
parent e1e110228f
commit 05933f4ec1
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pqcomm.c,v 1.76 1999/07/16 04:59:03 momjian Exp $
* $Id: pqcomm.c,v 1.77 1999/07/16 23:12:39 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -81,8 +81,10 @@
#endif
#include "libpq/libpq.h"
#include "utils/trace.h"
#include "miscadmin.h"
#ifndef SOMAXCONN
#define SOMAXCONN 5 /* from Linux listen(2) man page */
#endif /* SOMAXCONN */