lm32/shared/timer/timer.c: Include <rtems/bspIo.h>

This commit is contained in:
Joel Sherrill
2017-04-05 11:17:43 -05:00
parent db46b5f8dc
commit d8753abd04

View File

@@ -23,6 +23,7 @@
#include <rtems.h>
#include <bsp.h>
#include <rtems/btimer.h>
#include <rtems/bspIo.h>
#include "../include/system_conf.h"
#include "../../shared/clock/clock.h"