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:
Armin K
2014-01-19 15:09:33 +01:00
committed by Emil Velikov
parent 26d380da69
commit ad3c99e22a

View File

@@ -41,6 +41,7 @@
#endif
#include "loader.h"
#include "state_tracker/drm_driver.h"
#include "pipe_loader_priv.h"