Skip to content

Commit

Permalink
Use rb_pid_t because pid_t isn't defined on some Windows systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 16, 2024
1 parent b4366fe commit ef292eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sqlite3/database.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct _sqlite3Ruby {
VALUE busy_handler;
int stmt_timeout;
struct timespec stmt_deadline;
pid_t owner;
rb_pid_t owner;
};

typedef struct _sqlite3Ruby sqlite3Ruby;
Expand Down

0 comments on commit ef292eb

Please sign in to comment.