Problem: Tee doesn't build on some systems.
Solution: Include header files. (Dominique Pelle, closes #6431)
#endif
#include <malloc.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <fcntl.h>
#ifdef _WIN32
exit(1);
}
}
+#ifdef _WIN32
setmode(fileno(stdin), O_BINARY);
fflush(stdout); /* needed for _fsetmode(stdout) */
setmode(fileno(stdout), O_BINARY);
+#endif
while ((n = myfread(buf, sizeof(char), sizeof(buf), stdin)) > 0)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1173,
/**/
1172,
/**/