From eaf8253880c64d9ceb2295b781b66e5d9c771e5d Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Tue, 6 Nov 2007 13:19:23 +0000 Subject: [PATCH] * WTF is a typedef missing ? --- src/mygetopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mygetopt.c b/src/mygetopt.c index f8b4e9b..3e89bd3 100644 --- a/src/mygetopt.c +++ b/src/mygetopt.c @@ -26,7 +26,7 @@ /* DOS / Kernel driver */ #ifndef __intptr_t_defined - unsigned int uintptr_t; +typedef unsigned int uintptr_t; #endif #include