Commit 05933f4e authored by Tom Lane's avatar Tom Lane

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

parent e1e11022
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 @@ ...@@ -81,8 +81,10 @@
#endif #endif
#include "libpq/libpq.h" #include "libpq/libpq.h"
#include "utils/trace.h"
#include "miscadmin.h" #include "miscadmin.h"
#ifndef SOMAXCONN #ifndef SOMAXCONN
#define SOMAXCONN 5 /* from Linux listen(2) man page */ #define SOMAXCONN 5 /* from Linux listen(2) man page */
#endif /* SOMAXCONN */ #endif /* SOMAXCONN */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment