Commit c78975f8 authored by Bruce Momjian's avatar Bruce Momjian

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

needs it.

Seems it is getting compileable...

Marko Kreen
parent 05979312
......@@ -63,6 +63,7 @@
#include "px-crypt.h"
/* for ntohl/htonl */
#include <sys/types.h>
#include <netinet/in.h>
#define _PASSWORD_EFMT1 '_'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment