You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
168 B

  1. --- a/lib/sh/strtod.c
  2. +++ b/lib/sh/strtod.c
  3. @@ -41,6 +41,8 @@ extern int errno;
  4. #include <bashansi.h>
  5. +#include <stdc.h>
  6. +
  7. #ifndef NULL
  8. # define NULL 0
  9. #endif