Add missing include files for simd.

This commit is contained in:
2021-10-13 05:16:52 +01:00
parent 02801c919a
commit 0184752a9f

3
simd.c
View File

@@ -16,6 +16,9 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stddef.h>
#include <stdint.h>
#include "library.h"
#include "simd.h"