Add back improperly removed #include for utils/trace.h.
This commit is contained in:
parent
e1e110228f
commit
05933f4ec1
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user