mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
progs/rbug: Add missing headers.
This commit is contained in:
parent
9f5640d10b
commit
869896f162
4 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "util/u_debug.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_network.h"
|
||||
#include "util/u_string.h"
|
||||
#include "util/u_tile.h"
|
||||
|
||||
static uint8_t* rbug_read(const char *filename, unsigned size);
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "util/u_memory.h"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "util/u_memory.h"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include "util/u_debug.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_network.h"
|
||||
#include "util/u_string.h"
|
||||
#include "util/u_tile.h"
|
||||
#include "rbug/rbug.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue