1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Include c.h instead of postgres.h in files that need to be usable in

both frontend and backend.  Per Andreas Pflug.
This commit is contained in:
Tom Lane
2004-06-24 18:53:48 +00:00
parent f8dd00c3ef
commit fd786668ea
10 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.4 2004/05/21 05:08:05 tgl Exp $
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.5 2004/06/24 18:53:48 tgl Exp $
*
* Copyright (c) 2003 SRA, Inc.
* Copyright (c) 2003 SKC, Inc.
@@ -23,7 +23,7 @@
* SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
#include "postgres.h"
#include "c.h"
#include <sys/time.h>