Include "arpa/inet.h" in dbutils.c

Needed for htonl() on FreeBSD.
This commit is contained in:
Ian Barwick
2018-05-10 11:25:52 +09:00
parent c51a2283dd
commit a880b6ce16

View File

@@ -23,6 +23,7 @@
#include <sys/time.h>
#include <sys/stat.h>
#include <dirent.h>
#include <arpa/inet.h>
#include "repmgr.h"
#include "dbutils.h"