Skip to content

Commit f731c7e

Browse files
committed
Use "queue.h" instead of <queue.h>
1 parent 35a1056 commit f731c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-hnp/proot/ohos.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ index b7f8d46..c18abb2 100644
8383
#include <stdbool.h>
8484

8585
+#ifdef __OHOS__
86-
+#include <queue.h> /* CIRCLEQ_*, */ // not present in ohos header
86+
+#include "queue.h" /* CIRCLEQ_*, */ // not present in ohos header
8787
+#endif
8888
+
8989
#include "tracee/tracee.h"

0 commit comments

Comments
 (0)