From 613f796c5d7850df96930ca94fa662191ce4d382 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 20 Jun 2010 14:26:02 +0000 Subject: include unistd.h where strdup is used. --- xorg-server/os/utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xorg-server/os') diff --git a/xorg-server/os/utils.c b/xorg-server/os/utils.c index d8ca6c822..f3ecf781c 100644 --- a/xorg-server/os/utils.c +++ b/xorg-server/os/utils.c @@ -122,10 +122,6 @@ __stdcall unsigned long GetTickCount(void); #include "picture.h" -#ifdef _MSC_VER -#define strdup _strdup -#endif - Bool noTestExtensions; #ifdef COMPOSITE Bool noCompositeExtension = FALSE; -- cgit v1.2.3