mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 00:02:47 -04:00
Change string to string.h in libpq++. BSDI 3.0 complains.
This commit is contained in:
parent
1115162c84
commit
3037aace73
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef PGENV_H
|
||||
#define PGENV_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __sun__
|
||||
#ifndef __GNUC__
|
||||
|
|
|
|||
Loading…
Reference in a new issue