Add missing #include <stdint.h>.

This commit is contained in:
Uwe Hermann 2009-07-24 00:28:01 +02:00
parent 56ffeed8af
commit ab8cec181c

View File

@ -20,6 +20,7 @@
#ifndef LIBOPENSTM32_COMMON_H
#define LIBOPENSTM32_COMMON_H
#include <stdint.h>
#include <libopenstm32.h>
/* Type definitions for shorter and nicer code */