#include <stdint.h>, #include <time.h>. Remove bogus #include <sys/types.h>.

This commit is contained in:
Ralf Corsepius
2008-12-17 05:52:53 +00:00
parent e47948c218
commit 36225a23f3
+3 -2
View File
@@ -26,12 +26,13 @@
*/
/**@{*/
#include <stdint.h> /* uint32_t */
#include <time.h> /* struct timespec */
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
/** @brief Set Timespec to Seconds Nanosecond
*
* This method sets the timespec to the specified seconds and nanoseconds