Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3037aac

Browse files
committed
Change string to string.h in libpq++. BSDI 3.0 complains.
1 parent 1115162 commit 3037aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq++/pgenv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef PGENV_H
1919
#define PGENV_H
2020

21-
#include <string>
21+
#include <string.h>
2222

2323
#ifdef __sun__
2424
#ifndef __GNUC__

0 commit comments

Comments
 (0)