diff options
Diffstat (limited to 'contrib/pgcrypto/px.h')
-rw-r--r-- | contrib/pgcrypto/px.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h index 570dadf9198..e000883d392 100644 --- a/contrib/pgcrypto/px.h +++ b/contrib/pgcrypto/px.h @@ -26,12 +26,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: px.h,v 1.6 2001/11/29 19:40:37 momjian Exp $ + * $Id: px.h,v 1.7 2001/11/30 17:39:20 momjian Exp $ */ #ifndef __PX_H #define __PX_H +#include <sys/types.h> #ifdef HAVE_ENDIAN_H #include <endian.h> #endif |