summaryrefslogtreecommitdiff
path: root/include/protocols
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-02-26 18:15:29 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-03 18:22:47 +0100
commit41615c3fe7fe4bbcdd83975876e0108a09301f4a (patch)
tree20e9212441fe6198431ce53e038b826507ff55a4 /include/protocols
parent435471db8561e4686e5921b7f719ab6d5a0d06f7 (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.h1
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