intel/tools: avoid invalid time and file bits combination

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10780

Fixes: cc41603d6d ("intel/tools: new intel_sanitize_gpu tool")
Reported-by: Fabio Pedretti <pedretti.fabio@gmail.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28081>
This commit is contained in:
David Heidelberg 2024-03-08 20:22:18 +01:00 committed by Marge Bot
parent c91bd82b4b
commit f5532f8bab

View file

@ -22,6 +22,7 @@
*/
#undef _FILE_OFFSET_BITS /* prevent #define open open64 */
#undef _TIME_BITS
#include <string.h>
#include <stdlib.h>