summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 01:06:52 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 01:06:52 +0200
commit61fcc0c2ce481ac445ae323ee8997b737cc55deb (patch)
tree19c4d220bc64c741c92ed64b26bc652b87d40e9d /src/fastd.h
parent6caa93394756fe37bf77598e9cbc2e9e452ad5c7 (diff)
downloadfastd-61fcc0c2ce481ac445ae323ee8997b737cc55deb.tar
fastd-61fcc0c2ce481ac445ae323ee8997b737cc55deb.zip
Add some compatiblity definitions for FreeBSD
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index db88d6b..cda86a9 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -27,6 +27,7 @@
#ifndef _FASTD_FASTD_H_
#define _FASTD_FASTD_H_
+#include "compat.h"
#include "types.h"
#include "queue.h"