mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
pipe-loader: Fix build
pipe_loader_drm.c: In function 'pipe_loader_drm_probe_fd': pipe_loader_drm.c:120:4: error: implicit declaration of function 'loader_get_pci_id_for_fd' [-Werror=implicit-function-declaration] Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
26d380da69
commit
ad3c99e22a
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include "loader.h"
|
||||
#include "state_tracker/drm_driver.h"
|
||||
#include "pipe_loader_priv.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue