Added missing include

This commit is contained in:
Niclas Finne 2016-10-25 15:42:17 +02:00
parent 1d59651632
commit 3982aee329
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include "usb-core.h"
#include <stdio.h>
#include <string.h>
#ifdef DEBUG
#define PRINTF(...) printf(__VA_ARGS__)