Skip to content

sqlite-vec.c is missing "#include <sys/types.h>" #287

Description

@yurivict

Compilation errors:

sqlite-vec.c:68:9: error: unknown type name 'u_int8_t'
   68 | typedef u_int8_t uint8_t;
      |         ^
sqlite-vec.c:69:9: error: unknown type name 'u_int16_t'
   69 | typedef u_int16_t uint16_t;
      |         ^
sqlite-vec.c:70:9: error: unknown type name 'u_int64_t'
   70 | typedef u_int64_t uint64_t;
      |         ^
3 errors generated.

Version: 0.1.9
clang-19
FreeBSD 15 STABLE

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions