Skip to content

Commit

Permalink
Merge pull request #27 from ccrusius/solaris11
Browse files Browse the repository at this point in the history
Compile on Solaris 11 (Solaris 11 zone on SmartOS)
  • Loading branch information
staticfloat authored and ararslan committed Feb 3, 2017
1 parent 28fc78f commit 5c33186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specfun/types-compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define __pure2
#endif

#ifdef _WIN32
#if defined(_WIN32) || defined(__sun)
/* Not sure what to do about __pure2 on windows */
#define __pure2
typedef uint8_t u_int8_t;
Expand Down

0 comments on commit 5c33186

Please sign in to comment.