diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-01 04:58:28 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-01 04:58:28 +0200 |
commit | 3a1fcf98b094840ea71abce92ec72328453dd733 (patch) | |
tree | 54d1103a208a3e053a2649bf5f9884f9afa32403 /src/fastd.h | |
parent | 62e83851acefebd69a2ebf4e1963660537d2152c (diff) | |
download | fastd-3a1fcf98b094840ea71abce92ec72328453dd733.tar fastd-3a1fcf98b094840ea71abce92ec72328453dd733.zip |
Add missing includes that didn't throw errors with clang
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 e9d30a0..8a14f11 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -34,6 +34,7 @@ #include <linux/if_ether.h> #include <netinet/in.h> #include <stdbool.h> +#include <stddef.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> |