浏览代码

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 年之前
父节点
当前提交
41615c3fe7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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