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
1 changed files with 1 additions and 1 deletions

View File

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