fix(ci): don't enrage the CI Gods by calling a file 'core.*'

This commit is contained in:
Björn Linse
2021-09-09 14:57:27 +02:00
parent 0f596665cc
commit ad8eda3f5b
5 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#ifndef MPACK_CONV_H
#define MPACK_CONV_H
#include "core.h"
#include "mpack_core.h"
#if ULLONG_MAX == 0xffffffffffffffff
typedef long long mpack_sintmax_t;