Commit db5ea2c5 authored by Tom Lane's avatar Tom Lane

Add some missing #includes.

parent cbc100af
......@@ -7,11 +7,13 @@
* Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.1 2005/03/10 07:14:03 neilc Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/fork_process.c,v 1.2 2005/03/13 23:27:38 tgl Exp $
*/
#include "postgres.h"
#include "postmaster/fork_process.h"
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
/*
......
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