Commit 3037aace authored by Bruce Momjian's avatar Bruce Momjian

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

parent 1115162c
......@@ -18,7 +18,7 @@
#ifndef PGENV_H
#define PGENV_H
#include <string>
#include <string.h>
#ifdef __sun__
#ifndef __GNUC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment