Add missing import

This commit is contained in:
Jeremy Soller 2020-02-04 09:46:12 -07:00
parent 81084066df
commit 1aff0b085d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
#include <8051.h>
#include <stdbool.h>
#include <stdint.h>

View File

@ -1,3 +1,4 @@
#include <8051.h>
#include <stdbool.h>
#include <stdint.h>

View File

@ -1,3 +1,4 @@
#include <8051.h>
#include <stdbool.h>
#include <stdint.h>