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

Put back string instead of string.h in libpq++.

This commit is contained in:
Bruce Momjian
1998-10-23 21:54:56 +00:00
parent 54fd5f6cc4
commit ba63dcd6a6

View File

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