summaryrefslogtreecommitdiff
path: root/cmd/srv9p/gnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/srv9p/gnet.h')
-rw-r--r--cmd/srv9p/gnet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/srv9p/gnet.h b/cmd/srv9p/gnet.h
index 4380c1d..3e8a0f4 100644
--- a/cmd/srv9p/gnet.h
+++ b/cmd/srv9p/gnet.h
@@ -4,8 +4,8 @@
* SPDX-Licence-Identifier: AGPL-3.0-or-later
*/
-#ifndef _GNET_H_
-#define _GNET_H_
+#ifndef _SRV9P_GNET_H_
+#define _SRV9P_GNET_H_
#include <stdint.h> /* for uint16_6 */
@@ -34,4 +34,4 @@ struct gnet_udp_conn {
void gnet_udp_conn_init(struct gnet_udp_conn *self, uint16_t port);
-#endif /* _GNET_H_ */
+#endif /* _SRV9P_GNET_H_ */