monitor: Include <rtems/monitor.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:27:07 +01:00
parent 249730ded2
commit 47f236c67a
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#endif
#include <rtems.h>
#include "monitor.h"
#include <rtems/monitor.h>
#include <rtems/rtems/attrimpl.h>
#include <stdio.h>
#include <string.h> /* memcpy() */

View File

@@ -7,7 +7,7 @@
#endif
#include <rtems.h>
#include "monitor.h"
#include <rtems/monitor.h>
#include <rtems/rtems/attrimpl.h>
#include <stdio.h>
#include <string.h> /* memcpy() */

View File

@@ -7,7 +7,7 @@
#endif
#include <rtems.h>
#include "monitor.h"
#include <rtems/monitor.h>
#include <rtems/rtems/semimpl.h>
#include <stdio.h>
#include <string.h> /* memcpy() */