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