Commit Diff
- Commit:
14728991efc684e1da5955f58ca7810cdafac378
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jun 22 13:55:26 2023 UTC
- Message:
- add missing #include "compat.h"
--- iri.c +++ iri.c @@ -13,6 +13,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + +#include "compat.h" #include <ctype.h> #include <errno.h>