Skip to content

Commit

Permalink
Add 'ulong' definition into mysql.c to compile on MacOS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Jan 31, 2009
1 parent 2125801 commit a01e825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* ruby mysql module
* $Id: mysql.c 232 2008-08-19 14:48:50Z tommy $
*/
#define ulong unsigned long

#include <ruby.h>
#ifndef RSTRING_PTR
Expand Down

0 comments on commit a01e825

Please sign in to comment.