diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2015-05-25 04:30:29 -0700 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2015-05-25 04:30:29 -0700 |
commit | 2dc2c38fb530c717b1944c93a889e4deff61b7f9 (patch) | |
tree | 6ee3315e38e0a58b63ae2a840d635174aa343d3d /Xos.h | |
parent | 70cf8acf06705097b009a488994b526832b0ef66 (diff) |
darwin: Include strings.h
https://trac.macports.org/ticket/47813
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'Xos.h')
-rw-r--r-- | Xos.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group. */ # include <string.h> -# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) || defined(_AIX) +# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__) || defined(_AIX) || defined(__APPLE__) # include <strings.h> # else # ifndef index |