projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0597931
)
Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h
author
Bruce Momjian
<bruce@momjian.us>
Tue, 20 Nov 2001 21:10:38 +0000
(21:10 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 20 Nov 2001 21:10:38 +0000
(21:10 +0000)
needs it.
Seems it is getting compileable...
Marko Kreen
contrib/pgcrypto/crypt-des.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/crypt-des.c
b/contrib/pgcrypto/crypt-des.c
index 531a8a315fa76cb7d4a7edf6bc35414c91609ee7..782f4c0ddbdcb36991c849e889d60243646b05ac 100644
(file)
--- a/
contrib/pgcrypto/crypt-des.c
+++ b/
contrib/pgcrypto/crypt-des.c
@@
-63,6
+63,7
@@
#include "px-crypt.h"
/* for ntohl/htonl */
+#include <sys/types.h>
#include <netinet/in.h>
#define _PASSWORD_EFMT1 '_'