diff options
author | marha <marha@users.sourceforge.net> | 2010-06-20 14:26:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-20 14:26:02 +0000 |
commit | 613f796c5d7850df96930ca94fa662191ce4d382 (patch) | |
tree | 07459f47d2662a3f48ad3ef61799cd6127967b42 /libX11/src/xcms | |
parent | e66a2779375c0aab603997d919d4c9619e4fa697 (diff) | |
download | vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.gz vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.tar.bz2 vcxsrv-613f796c5d7850df96930ca94fa662191ce4d382.zip |
include unistd.h where strdup is used.
Diffstat (limited to 'libX11/src/xcms')
-rw-r--r-- | libX11/src/xcms/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/xcms/config.h b/libX11/src/xcms/config.h index 7f15dd19f..a01921855 100644 --- a/libX11/src/xcms/config.h +++ b/libX11/src/xcms/config.h @@ -1,2 +1,2 @@ #include <string.h> -#define strdup _strdup
\ No newline at end of file +#include <unistd.h> |