[Cocoapsql-developer] commit; Changed #include <postgresql/libpq-fe.h> to #import <libpq-fe.h>
Status: Alpha
Brought to you by:
alkirkus
From: Olaf v. O. <ol...@ad...> - 2002-05-29 19:39:29
|
Changed #include <postgresql/libpq-fe.h> to #import <libpq-fe.h> As #import is the default for Cocoa (and better as the libs get loaded only once now), I changed #include to #import. As I get an error on compiling PSQLController.m (header file 'postgresql/libpq-fe.h' not found) I changed <postgresql/libpq-fe.h> in <libpq-fe.h> So in the following files: change #include <postgresql/libpq-fe.h> into #import <libpq-fe.h> in the following files: PSQLConnection.h PSQLQuery.h |