Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h

needs it.

Seems it is getting compileable...

Marko Kreen
REL7_2_STABLE
Bruce Momjian 24 years ago
parent 05979312ed
commit c78975f845
  1. 1
      contrib/pgcrypto/crypt-des.c

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

Loading…
Cancel
Save