Skip to content

Commit

Permalink
Fix compilation on MSVC2008 (fixes eventmachine#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Sep 7, 2011
1 parent 50def35 commit ea2f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/project.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ typedef int socklen_t;
typedef int pid_t;
#endif

#if !defined(_MSC_VER) || _MSC_VER > 1400
#if !defined(_MSC_VER) || _MSC_VER > 1500
#include <stdint.h>
#endif

Expand Down

0 comments on commit ea2f9b9

Please sign in to comment.