From: rtlanceroad Date: Wed, 13 Sep 2017 10:10:33 +0000 (+0800) Subject: test: Fix efivar.h location X-Git-Tag: android-x86-7.1-r1~15 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bbd2b9849cf6fec338aa7b6745e1c1a666fca42c;p=android-x86%2Fexternal-efivar.git test: Fix efivar.h location When other bits of the source got fixed to use a different include path for efivars, the test directory did not. --- diff --git a/src/test/tester.c b/src/test/tester.c index b663e71..935362a 100644 --- a/src/test/tester.c +++ b/src/test/tester.c @@ -26,7 +26,7 @@ #include #include -#include +#include #define TEST_GUID EFI_GUID(0x84be9c3e,0x8a32,0x42c0,0x891c,0x4c,0xd3,0xb0,0x72,0xbe,0xcc)