| commit | 88070a85ddaf5d2f4c6e89b5fbb5db5124049b4b | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Thu Oct 24 14:43:44 2013 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Oct 24 14:43:44 2013 +0200 |
| tree | d6bf4dbe27bc0c423861b467ea17c003871a1668 | |
| parent | 8eacf65a0b840630814e151ebf9c111f768b8571 [diff] [blame] |
sysdeps/linux-gnu/trace.c misses #include <stdint.h>
diff --git a/sysdeps/linux-gnu/trace.c b/sysdeps/linux-gnu/trace.c index 5567eb6..8c6bdfb 100644 --- a/sysdeps/linux-gnu/trace.c +++ b/sysdeps/linux-gnu/trace.c
@@ -27,6 +27,7 @@ #include <assert.h> #include <errno.h> #include <gelf.h> +#include <inttypes.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h>