1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

* include <endian.h> is not enough, include sys/types.h too

everywhere.

At least it was now detected correctly.

marko
This commit is contained in:
Bruce Momjian
2001-11-30 17:39:20 +00:00
parent 97ce818897
commit 8f73bb4da9
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,6 @@
#include "px-crypt.h"
/* for ntohl/htonl */
#include <sys/types.h>
#include <netinet/in.h>
#define _PASSWORD_EFMT1 '_'