mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
darwin: Include strings.h
https://trac.macports.org/ticket/47813 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
70cf8acf06
commit
2dc2c38fb5
2 changed files with 2 additions and 2 deletions
2
Xfuncs.h
2
Xfuncs.h
|
|
@ -44,7 +44,7 @@ void bcopy();
|
|||
# define bcmp(b1,b2,len) memcmp(b1, b2, len)
|
||||
# else
|
||||
# include <string.h>
|
||||
# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__) || defined(_AIX)
|
||||
# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__) || defined(_AIX) || defined(__APPLE__)
|
||||
# include <strings.h>
|
||||
# endif
|
||||
# define _XFUNCS_H_INCLUDED_STRING_H
|
||||
|
|
|
|||
2
Xos.h
2
Xos.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue