Skip to content

Commit

Permalink
Add defines.h to ethernet_component.h for ENABLE_IPV6 (esphome#5344)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 authored Sep 5, 2023
1 parent 97dcbe8 commit b7a16d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/components/ethernet/ethernet_component.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include "esphome/core/hal.h"
#include "esphome/components/network/ip_address.h"

Expand Down

0 comments on commit b7a16d5

Please sign in to comment.