net/dhcp.h: more specific include guards

Ref #3952
This commit is contained in:
Martin Stein 2020-11-18 19:24:16 +01:00 committed by Norman Feske
parent 8d8edaea5d
commit e14b58a82c

View File

@ -11,8 +11,8 @@
* under the terms of the GNU Affero General Public License version 3. * under the terms of the GNU Affero General Public License version 3.
*/ */
#ifndef _DHCP_H_ #ifndef _NET__DHCP_H_
#define _DHCP_H_ #define _NET__DHCP_H_
/* Genode */ /* Genode */
#include <base/exception.h> #include <base/exception.h>
@ -476,4 +476,4 @@ class Net::Dhcp_packet
} __attribute__((packed)); } __attribute__((packed));
#endif /* _DHCP_H_ */ #endif /* _NET__DHCP_H_ */