mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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
|
||||
#define PGENV_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __sun__
|
||||
#ifndef __GNUC__
|
||||
|
Reference in New Issue
Block a user