Include libavrdude.h and avrdude.h in whereami.c

This commit is contained in:
Stefan Rueger
2024-04-27 15:12:23 +01:00
parent 7c26305a5b
commit 3f91c2ec39

View File

@@ -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)