diff options
Diffstat (limited to 'sysdeps/x86')
-rw-r--r-- | sysdeps/x86/bits/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/bits/link.h b/sysdeps/x86/bits/link.h index 475b141..41fbc08 100644 --- a/sysdeps/x86/bits/link.h +++ b/sysdeps/x86/bits/link.h @@ -19,6 +19,7 @@ # error "Never include <bits/link.h> directly; use <link.h> instead." #endif +#include <stdint.h> #ifndef __x86_64__ /* Registers for entry into PLT on IA-32. */ |