]> granicus.if.org Git - strace/blobdiff - xlat.h
Fix the length argument passed from print_iovec to decode_netlink
[strace] / xlat.h
diff --git a/xlat.h b/xlat.h
index 2f7643cadf9c291b7ad8654fd25f7da0681bb8e4..aaa7aab08fc9029b96b3c2a0db2d4eaee66f0712 100644 (file)
--- a/xlat.h
+++ b/xlat.h
@@ -1,4 +1,5 @@
 #ifndef STRACE_XLAT_H
+#define STRACE_XLAT_H
 
 # include <stdint.h>
 
@@ -13,4 +14,4 @@ struct xlat {
 # define XLAT_TYPE_PAIR(type, val, str)        {     (type)(val), str  }
 # define XLAT_END                      {               0, 0    }
 
-#endif
+#endif /* !STRACE_XLAT_H */