avrdude: Fix h_addr

This commit is contained in:
Vojtech Kral 2018-05-16 11:51:30 +02:00
parent 839c0451f7
commit 97b3c38148

View File

@ -25,6 +25,7 @@
#if !defined(WIN32NATIVE)
#define _BSD_SOURCE // Needed to enable various macros (such as h_addr)
#include <ctype.h>
#include <stdio.h>