projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Portability fixes for FreeBSD - include the right headers.
[darkstat]
/
hosts_db.h
diff --git
a/hosts_db.h
b/hosts_db.h
index
f9ed169
..
69d6544
100644
(file)
--- a/
hosts_db.h
+++ b/
hosts_db.h
@@
-9,6
+9,8
@@
#ifndef __DARKSTAT_HOSTS_DB_H
#define __DARKSTAT_HOSTS_DB_H
#ifndef __DARKSTAT_HOSTS_DB_H
#define __DARKSTAT_HOSTS_DB_H
+#include <sys/types.h> /* for time_t and uint64_t (esp on FreeBSD) */
+
#include "addr.h"
struct hashtable;
#include "addr.h"
struct hashtable;