mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 01:26:19 +03:00
Include libavrdude.h and avrdude.h in whereami.c
This commit is contained in:
@@ -14,6 +14,8 @@ extern "C" {
|
||||
|
||||
#if !defined(WAI_MALLOC) || !defined(WAI_FREE) || !defined(WAI_REALLOC)
|
||||
#include <stdlib.h>
|
||||
#include "avrdude.h"
|
||||
#include "libavrdude.h"
|
||||
#endif
|
||||
|
||||
#if !defined(WAI_MALLOC)
|
||||
|
||||
Reference in New Issue
Block a user