OSDN Git Service

test: Fix efivar.h location
authorrtlanceroad <rtlanceroad@gmail.com>
Wed, 13 Sep 2017 10:10:33 +0000 (18:10 +0800)
committerPeter Jones <pjones@redhat.com>
Tue, 26 Sep 2017 17:04:05 +0000 (13:04 -0400)
When other bits of the source got fixed to use a different include path
for efivars, the test directory did not.

src/test/tester.c

index b663e71..935362a 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include <efivar.h>
+#include <efivar/efivar.h>
 
 #define TEST_GUID EFI_GUID(0x84be9c3e,0x8a32,0x42c0,0x891c,0x4c,0xd3,0xb0,0x72,0xbe,0xcc)