mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
#include <sys/types.h> required for u_long
This commit is contained in:
parent
d5bbe2aca5
commit
16a20c53dc
@ -6,13 +6,15 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: libpq.h,v 1.10 1998/01/26 01:42:18 scrappy Exp $
|
* $Id: libpq.h,v 1.11 1998/01/26 01:49:19 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef LIBPQ_H
|
#ifndef LIBPQ_H
|
||||||
#define LIBPQ_H
|
#define LIBPQ_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "libpq/libpq-be.h"
|
#include "libpq/libpq-be.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user