Skip to content

Commit

Permalink
Merge pull request avrdudes#1941 from lazka/add-missing-stdlib-include
Browse files Browse the repository at this point in the history
Fix missing stdlib.h include for free()
  • Loading branch information
stefanrueger authored Feb 5, 2025
2 parents 54c5071 + bca9fff commit abd9e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/avrdude.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define avrdude_h

#include <stdio.h>
#include <stdlib.h>

#define SYSTEM_CONF_FILE "avrdude.conf"

Expand Down

0 comments on commit abd9e4d

Please sign in to comment.