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

This commit is contained in:
Joel Sherrill
2017-04-05 11:15:53 -05:00
parent 6b5fd3a353
commit 505898f6da

View File

@@ -20,6 +20,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"