include features.h

include features.h to make the next ifdef work.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
This commit is contained in:
Peter S. Mazinger
2011-02-26 18:15:29 +01:00
parent 435471db85
commit 41615c3fe7

View File

@@ -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