mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mesa: add stddef include in preparation for dropping p_compiler.h
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
6637395073
commit
7abac7a8bf
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
* -# Transformation of a point p by a matrix M is: p' = M * p
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "c99_math.h"
|
||||
#include "main/errors.h"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "main/imports.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue