From 965f603238a92b6ab8cd8a0592e0fb65c096b3e1 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 26 Mar 2022 00:05:31 +0100 Subject: treewide: Add include guards ...at the moment, just for consistency with packet.h, icmp.h, tcp.h and udp.h. Signed-off-by: Stefano Brivio --- arch.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch.h') diff --git a/arch.h b/arch.h index ce1c01b..40e0ce2 100644 --- a/arch.h +++ b/arch.h @@ -3,4 +3,9 @@ * Author: Stefano Brivio */ +#ifndef ARCH_H +#define ARCH_H + void arch_avx2_exec(char **argv); + +#endif /* ARCH_H */ -- cgit v1.2.3