mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 00:56:21 +03:00
Include headers defining the used types
As libavrdude-avrintel.h uses not only uint32_t and related types from stdint.h, but also size_t from stddef.h, we also need to #include the latter into libavrdude.h before libavrdude.h includes libavrdude-avrintel.h
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef LIBAVRDUDE_INCLUDE_INTERNAL_HEADERS
|
||||
|
||||
Reference in New Issue
Block a user