Commit 0e73d25
Fix missing kernel header in stack util
Summary:
Given `stack_util.h` is exported and it includes `kernel_includes.h`, we need `kernel_includes` in the build dependency.
One solution is to expect the clients who use `slice_util` to also add `kernel_includes`. However, "doing it for them" via exported_deps seems like a nicer solution.
Reviewed By: silverguo
Differential Revision: D819304731 parent 2845fd3 commit 0e73d25
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
| |||
0 commit comments