diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-02-26 18:15:29 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:47 +0100 |
commit | 41615c3fe7fe4bbcdd83975876e0108a09301f4a (patch) | |
tree | 20e9212441fe6198431ce53e038b826507ff55a4 /include/protocols | |
parent | 435471db8561e4686e5921b7f719ab6d5a0d06f7 (diff) |
include features.h
include features.h to make the next ifdef work.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/protocols')
-rw-r--r-- | include/protocols/timed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/protocols/timed.h b/include/protocols/timed.h index 8101e9924..f50061cc1 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -32,6 +32,7 @@ #ifndef _PROTOCOLS_TIMED_H #define _PROTOCOLS_TIMED_H 1 +#include <features.h> #ifdef __UCLIBC_HAS_RPC__ #include <rpc/types.h> #endif |