mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +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:
@ -7,12 +7,12 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/port/noblock.c,v 1.1 2004/03/10 21:12:49 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/port/noblock.c,v 1.2 2004/06/24 18:53:48 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
#include "c.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user