Skip to content

Commit

Permalink
Merge pull request #1 from Fabio1988/patch-1
Browse files Browse the repository at this point in the history
fix my_bool error
  • Loading branch information
123FLO321 authored Mar 6, 2022
2 parents a168662 + dc0b588 commit 6dad303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/PerfectMySQL/MySQLStmt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
#else
import Darwin
#endif

import mysqlclient

typealias my_bool = CBool

/// handles mysql prepared statements
public final class MySQLStmt {
private let ptr: UnsafeMutablePointer<MYSQL_STMT>
Expand Down

0 comments on commit 6dad303

Please sign in to comment.