1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Change string to string.h in libpq++. BSDI 3.0 complains.

This commit is contained in:
Bruce Momjian
1998-10-23 16:11:14 +00:00
parent 1115162c84
commit 3037aace73

View File

@ -18,7 +18,7 @@
#ifndef PGENV_H
#define PGENV_H
#include <string>
#include <string.h>
#ifdef __sun__
#ifndef __GNUC__