Fix libcodex.h path

This commit is contained in:
Arnaud 2025-10-13 13:14:04 +02:00
parent 9ba04c40d1
commit 5c796f67ae
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -6,7 +6,7 @@ package codex
#include <stdbool.h>
#include <stdlib.h>
#include "../vendor/nim-codex/library/libcodex.h"
#include "libcodex.h"
typedef struct {
int ret;