소스 검색

efilink: fix build with gcc 4.8

intptr_t is undefined without an include on stdint.h

Fixes:
 - http://autobuild.buildroot.org/results/a0ca37b5ed27af445344e3ac49dc87bb17512c50

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Fabrice Fontaine 6 년 전
부모
커밋
6335e5c697
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      inc/efilink.h

+ 4 - 0
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