Add missing includes

This commit is contained in:
pwpiwi 2020-01-23 17:02:33 -05:00
commit ac37ee816b
3 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,8 @@
#ifndef COMMS_H__
#define COMMS_H__
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "usb_cmd.h"