summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorNigel Croxon <allura@localhost>2019-03-22 18:01:07 +0000
committerNigel Croxon <allura@localhost>2019-03-22 18:01:07 +0000
commit99c1436dc92e2b49d3ead42ef0822a9184f8269a (patch)
tree0babfd8b18e9ebc97874fb2ca87ef2f0f10c40d8 /inc
parentde4e5e4e3b6faaf05b0b9a9a7ead882269078dc3 (diff)
parent6335e5c697c57d8b5854b8202de3733bcb151ca6 (diff)
downloadgnu-efi-99c1436dc92e2b49d3ead42ef0822a9184f8269a.tar.gz
Merge /u/ffontaine35/gnu-efi/ branch master into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/3/
Diffstat (limited to 'inc')
-rw-r--r--inc/efilink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/efilink.h b/inc/efilink.h
index cc5aa2d..b69a6fd 100644
--- a/inc/efilink.h
+++ b/inc/efilink.h
@@ -1,6 +1,10 @@
#ifndef _EFI_LINK_H
#define _EFI_LINK_H
+#if defined(__GNUC__)
+#include <stdint.h>
+#endif
+
/*++
Copyright (c) 1998 Intel Corporation