posix: Include missing <stdint.h>

This commit is contained in:
Sebastian Huber
2013-07-23 17:11:17 +02:00
parent e6f7f81766
commit f41eeb030b

View File

@@ -19,6 +19,8 @@
#ifndef _RTEMS_POSIX_CONFIG_H
#define _RTEMS_POSIX_CONFIG_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif