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

Commit 16a20c5

Browse files
committed
#include <sys/types.h> required for u_long
1 parent d5bbe2a commit 16a20c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/libpq/libpq.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: libpq.h,v 1.10 1998/01/26 01:42:18 scrappy Exp $
9+
* $Id: libpq.h,v 1.11 1998/01/26 01:49:19 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef LIBPQ_H
1414
#define LIBPQ_H
1515

16+
#include <sys/types.h>
17+
1618
#include <netinet/in.h>
1719

1820
#include "libpq/libpq-be.h"

0 commit comments

Comments
 (0)