aboutsummaryrefslogtreecommitdiffstats
path: root/linker/arch/x86/begin.c
diff options
context:
space:
mode:
Diffstat (limited to 'linker/arch/x86/begin.c')
-rwxr-xr-xlinker/arch/x86/begin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/arch/x86/begin.c b/linker/arch/x86/begin.c
index cdc98e065..051a16af0 100755
--- a/linker/arch/x86/begin.c
+++ b/linker/arch/x86/begin.c
@@ -26,6 +26,7 @@
* SUCH DAMAGE.
*/
+#include <stdint.h>
#include <sys/cdefs.h>
extern unsigned __linker_init(void* raw_args);