mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Change string to string.h in libpq++. BSDI 3.0 complains.
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
#ifndef PGENV_H
|
#ifndef PGENV_H
|
||||||
#define PGENV_H
|
#define PGENV_H
|
||||||
|
|
||||||
#include <string>
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef __sun__
|
#ifdef __sun__
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
|
Reference in New Issue
Block a user