diff options
Diffstat (limited to 'src/include/port/darwin.h')
-rw-r--r-- | src/include/port/darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index 618eded7fd6..0d35a8a2f49 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -9,4 +9,5 @@ typedef unsigned int slock_t; #else typedef unsigned char slock_t; + #endif |