Browse Source

Fix building of stormLib on macOS

pull/31/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
d20bc5c25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      3rdParty/StormLib/src/StormPort.h

4
3rdParty/StormLib/src/StormPort.h vendored

@ -75,6 +75,10 @@
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <errno.h>
// Support for PowerPC on Max OS X

Loading…
Cancel
Save