Browse Source

include features.h

include features.h to make the next ifdef work.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger 13 years ago
parent
commit
41615c3fe7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/protocols/timed.h

+ 1 - 0
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