diff options
Diffstat (limited to 'contrib/pgcrypto/internal.c')
-rw-r--r-- | contrib/pgcrypto/internal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgcrypto/internal.c b/contrib/pgcrypto/internal.c index b1c24b20db9..3c6e6fc80b7 100644 --- a/contrib/pgcrypto/internal.c +++ b/contrib/pgcrypto/internal.c @@ -26,10 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: internal.c,v 1.1 2000/10/31 13:11:28 petere Exp $ + * $Id: internal.c,v 1.2 2001/02/10 02:31:25 tgl Exp $ */ -#include <postgres.h> +#include "postgres.h" #include "pgcrypto.h" |