diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 01:06:52 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 01:06:52 +0200 |
commit | 61fcc0c2ce481ac445ae323ee8997b737cc55deb (patch) | |
tree | 19c4d220bc64c741c92ed64b26bc652b87d40e9d /src/fastd.h | |
parent | 6caa93394756fe37bf77598e9cbc2e9e452ad5c7 (diff) | |
download | fastd-61fcc0c2ce481ac445ae323ee8997b737cc55deb.tar fastd-61fcc0c2ce481ac445ae323ee8997b737cc55deb.zip |
Add some compatiblity definitions for FreeBSD
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
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" |