From a7d1123a9474dbb6110eca6a61cf0e131bcd742c Mon Sep 17 00:00:00 2001 From: pjht Date: Sat, 1 Aug 2020 12:09:54 -0500 Subject: [PATCH] Update elf.h --- libc/elf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/elf.h b/libc/elf.h index 4486a80..8a9f9af 100644 --- a/libc/elf.h +++ b/libc/elf.h @@ -1,3 +1,4 @@ +#ifndef DOXYGEN_SHOULD_SKIP_THIS #ifndef ELF_H #define ELF_H #define ELF_MAGIC 0x464c457f @@ -40,3 +41,4 @@ typedef struct { #endif +#endif