diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 11:19:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-25 11:19:27 +0200 |
commit | 8345c5c33fbed90a1d79fcd0756ade66aca2fcc9 (patch) | |
tree | 39b6844319f16969a26cbe6643df251a80e5272b /src/fastd.h | |
parent | 8d2c058a19de01d7513012fe51066784c14fdbe4 (diff) | |
download | fastd-8345c5c33fbed90a1d79fcd0756ade66aca2fcc9.tar fastd-8345c5c33fbed90a1d79fcd0756ade66aca2fcc9.zip |
Introduce tristate type
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index e3aa76b..474fd1f 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -34,7 +34,6 @@ #include <linux/if_ether.h> #include <netinet/in.h> #include <stdarg.h> -#include <stdbool.h> #include <stddef.h> #include <stdio.h> #include <stdint.h> |