]> granicus.if.org Git - strace/blobdiff - regs.h
travis: add x86 musl
[strace] / regs.h
diff --git a/regs.h b/regs.h
index 9b0746cdbc3551f62382991e030ca46738ab74f2..d89581d7dd3f6fbc4157e990ac96dbc1e0b030b2 100644 (file)
--- a/regs.h
+++ b/regs.h
@@ -1,3 +1,6 @@
+#ifndef STRACE_REGS_H
+#define STRACE_REGS_H
+
 #include <sys/user.h>
 
 #ifdef HAVE_SYS_REG_H
@@ -5,3 +8,5 @@
 #endif
 
 #include "arch_regs.h"
+
+#endif /* !STRACE_REGS_H */