Add stdbool in bridge def

This commit is contained in:
Arnaud 2025-10-06 13:02:00 +02:00
parent fc5a2f0bdf
commit c5b302f5cf
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -4,8 +4,9 @@ package codex
#cgo LDFLAGS: -L../vendor/nim-codex/build/ -lcodex
#cgo LDFLAGS: -L../vendor/nim-codex/ -Wl,-rpath,../vendor/nim-codex/build
#include "../vendor/nim-codex/library/libcodex.h"
#include <stdlib.h>
#include <stdbool.h>
#include "../vendor/nim-codex/library/libcodex.h"
typedef struct {
int ret;