From e14b58a82c6479c109d6dab1e91aef6606aabfed Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Wed, 18 Nov 2020 19:24:16 +0100 Subject: [PATCH] net/dhcp.h: more specific include guards Ref #3952 --- repos/os/include/net/dhcp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/os/include/net/dhcp.h b/repos/os/include/net/dhcp.h index 27a120caa0..0d5f83c98d 100644 --- a/repos/os/include/net/dhcp.h +++ b/repos/os/include/net/dhcp.h @@ -11,8 +11,8 @@ * under the terms of the GNU Affero General Public License version 3. */ -#ifndef _DHCP_H_ -#define _DHCP_H_ +#ifndef _NET__DHCP_H_ +#define _NET__DHCP_H_ /* Genode */ #include @@ -476,4 +476,4 @@ class Net::Dhcp_packet } __attribute__((packed)); -#endif /* _DHCP_H_ */ +#endif /* _NET__DHCP_H_ */