Commit 9c641dd
committed
sparc: xf86sbusBus: add missing includes for DebugF and screen hooks
xf86sbusBus.c uses DebugF (from os/log_priv.h) and
dixScreenUnhook/dixScreenHookClose (from dix/screen_hooks_priv.h)
without including the respective headers. This caused
-Werror=implicit-function-declaration and -Werror=nested-externs
on SPARC builds (where xf86sbusBus.c is compiled).
Add the missing includes.1 parent 5c9f561 commit 9c641dd
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments