]> granicus.if.org Git - strace/blobdiff - mpers.awk
nlattr: add UID/GID netlink attribute decoders
[strace] / mpers.awk
index fcc562e74824463bb2a7f048891e2c1bb990c183..1374ee4899f510b39c57c65a5b90c715b1ed0f37 100644 (file)
--- a/mpers.awk
+++ b/mpers.awk
@@ -161,7 +161,7 @@ function what_is(what_idx, \
 BEGIN {
        match(ARCH_FLAG, /[[:digit:]]+/, temparray)
        default_pointer_size = temparray[0] / 8
-       print "#include <inttypes.h>"
+       print "#include <stdint.h>"
 }
 /^<[[:xdigit:]]+>/ {
        match($0, /([[:alnum:]]+)><([[:alnum:]]+)/, matches)