Commit 6e1fa33f authored by Wayne Davison's avatar Wayne Davison

Make use of the HAVE_NETDB_H define.

parent 4021aa45
......@@ -331,7 +331,9 @@ enum msgcode {
#include <stdarg.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include <syslog.h>
#include <sys/file.h>
......
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