diff --git a/src/mygetopt.c b/src/mygetopt.c index 969d866..f8b4e9b 100644 --- a/src/mygetopt.c +++ b/src/mygetopt.c @@ -24,6 +24,11 @@ # include #endif +/* DOS / Kernel driver */ +#ifndef __intptr_t_defined + unsigned int uintptr_t; +#endif + #include #include