spa: support: use feature macro from config.h

Fixes 8166b9c580 ("spa/support: implement RISCV V CPU detection")
This commit is contained in:
Barnabás Pőcze 2024-09-18 17:19:43 +02:00
parent ab2907c699
commit 86004ba3f1
2 changed files with 4 additions and 9 deletions

View file

@ -2,6 +2,8 @@
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
/* SPDX-License-Identifier: MIT */
#include "config.h"
#include <stddef.h>
#include <unistd.h>
#include <string.h>