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

Commit 8d53465

Browse files
committed
Moved sys/types.h to before netdb.h
From: Vince Vielhaber <vev@michvhf.com>
1 parent 825d6f8 commit 8d53465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.15 1998/02/26 04:44:56 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.16 1998/03/22 04:18:17 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -27,11 +27,11 @@
2727
#include <stdio.h>
2828
#include <string.h>
2929
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
30+
#include <sys/types.h>
3031
#ifndef MAXHOSTNAMELEN
3132
#include <netdb.h> /* for MAXHOSTNAMELEN on some */
3233
#endif
3334
#include <unistd.h>
34-
#include <sys/types.h>
3535
#include <pwd.h>
3636

3737
#include "postgres.h"

0 commit comments

Comments
 (0)