diff options
author | Jaroslav Škarvada <jskarvad@redhat.com> | 2017-07-03 18:24:32 +0200 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@gmail.com> | 2017-07-04 10:09:09 +0200 |
commit | 551aa0ee996132e443b5d12cbb6f114ac9aabcd3 (patch) | |
tree | 582a4ea7edf5ead98f1fe16674b396461208e884 /staging | |
parent | 3f6b67be759be729100b54cc26462d7ae0107dfa (diff) |
staging: compilation fix with new gcc
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Diffstat (limited to 'staging')
-rw-r--r-- | staging/mz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/staging/mz.h b/staging/mz.h index 5ed05a7..aa2c36f 100644 --- a/staging/mz.h +++ b/staging/mz.h @@ -40,6 +40,7 @@ #include <netinet/in.h> #include <stdarg.h> #include <math.h> +#include <stdint.h> extern int verbose_level; |