]> granicus.if.org Git - strace/blobdiff - regs.h
mmap_cache: add function to enable mmap_cache
[strace] / regs.h
diff --git a/regs.h b/regs.h
index 9b0746cdbc3551f62382991e030ca46738ab74f2..7a044cef8fbf9a4e0c9607bea00d958225700244 100644 (file)
--- a/regs.h
+++ b/regs.h
@@ -1,7 +1,7 @@
-#include <sys/user.h>
-
-#ifdef HAVE_SYS_REG_H
-# include <sys/reg.h>
-#endif
+#ifndef STRACE_REGS_H
+#define STRACE_REGS_H
 
+#include <sys/user.h>
 #include "arch_regs.h"
+
+#endif /* !STRACE_REGS_H */