mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Change string to string.h in libpq++. BSDI 3.0 complains.
This commit is contained in:
parent
1115162c84
commit
3037aace73
@ -18,7 +18,7 @@
|
||||
#ifndef PGENV_H
|
||||
#define PGENV_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __sun__
|
||||
#ifndef __GNUC__
|
||||
|
Loading…
Reference in New Issue
Block a user