summarylogtreecommitdiffstats
path: root/demo-include-sgx.patch
blob: 4dc7723094a176c95a00cdc287b1e2ef8513a28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/user/demo/hello.c b/user/demo/hello.c
index 131c2e1..a47241c 100644
--- a/user/demo/hello.c
+++ b/user/demo/hello.c
@@ -19,7 +19,7 @@
 
 // hello world
 
-#include <sgx-lib.h>
+#include <sgx.h>
 
 void enclave_main()
 {