Make sure all changes commited

This commit is contained in:
Marc G. Fournier 1996-11-05 07:38:17 +00:00
parent 51716fdd8d
commit 6c8482c970
1 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq.h,v 1.4 1996/10/31 05:56:42 momjian Exp $
* $Id: libpq.h,v 1.5 1996/11/05 07:38:17 scrappy Exp $
*
* NOTES
* This file contains definitions for structures and
@ -19,10 +19,7 @@
#ifndef LIBPQ_H
#define LIBPQ_H
#include <sys/types.h>
#include <netinet/in.h>
#include "libpq/pqcomm.h"
#include <libpq/pqcomm.h>
/* ----------------
* PQArgBlock --