[Mesa-dev] [PATCH] pipe-loader: Fix build

Emil Velikov emil.l.velikov at gmail.com
Sun Jan 19 06:53:20 PST 2014


On 19/01/14 14:09, Armin K wrote:
> 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 at gmail.com>

Seems like I failed at git rebase, thanks for the fix Armin.
I'll push this shortly, alongside the other build fix.

-Emil
>  src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> index d70a428..d6869fd 100644
> --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> @@ -41,6 +41,7 @@
>  
>  #endif
>  
> +#include "loader.h"
>  #include "state_tracker/drm_driver.h"
>  #include "pipe_loader_priv.h"
>  
> 



More information about the mesa-dev mailing list