riscv/smp: Add missing include

Signed-off-by: Stefan O'Rear <sorear@fastmail.com>
This commit is contained in:
Stefan O'Rear 2020-07-31 16:20:37 -04:00 committed by Curtis Millar
parent 6491327d45
commit bad8d74404
No known key found for this signature in database
GPG key ID: 836B6EBF7E3C490A
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@
/* Place holder for 32-bit machine header */
#include <arch/model/smp.h>

View file

@ -8,3 +8,4 @@
/* Place holder for 64-bit machine header */
#include <arch/model/smp.h>