tests/netdev: Add missing inttypes.h include

dev/timer
Joakim Gebart 8 years ago
parent 0107a8c6e1
commit 7203013040

@ -22,6 +22,7 @@
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
#ifdef MODULE_NATIVENET
#include "nativenet.h"

Loading…
Cancel
Save