posix: Add missing header.

This commit is contained in:
Chris Johns
2013-08-08 10:21:54 +10:00
parent 2f9cef8819
commit f65e8e66d0

View File

@@ -19,6 +19,7 @@
#include <rtems/posix/key.h>
#include <rtems/score/freechain.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/percpu.h>
#ifndef _RTEMS_POSIX_KEYIMPL_H
#define _RTEMS_POSIX_KEYIMPL_H