2
0

Standardize includes for other POSIX platforms.

This commit is contained in:
Maarten Billemont
2015-01-19 23:21:10 -05:00
parent ae74ab6906
commit 21630e919b
11 changed files with 9 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
// Copyright (c) 2014 Lyndir. All rights reserved.
//
#import "mpw-types.h"
#include "mpw-types.h"
typedef enum(unsigned int, MPAlgorithmVersion) {
/** V0 did math with chars whose signedness was platform-dependent. */