gallium/util: add missing include
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 16 Jun 2020 09:18:34 +0000 (11:18 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 20 Jun 2020 06:51:54 +0000 (06:51 +0000)
commit08f64f91d12179ccc21d9b71ebe17eae96334def
tree4521b98fc97796734c2ee72368318fc6bd574da3
parent2d6059d8877aed82f4a1a5fac10bca80bdf6ab0e
gallium/util: add missing include

This source-file uses PIPE_OS_WINDOWS to enable the Windows
functionality. But witout including p_config.h, this pre-processor
symbol won't be defined at all.

Let's fix this by adding the missing include, enabling stack-traces on
Windows.

Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5497>
src/gallium/auxiliary/util/u_debug_stack.c