COMP: Added missing headers. This partially addresses bug#3556.
This commit is contained in:
parent
b2ebcb5eb3
commit
8a79d25927
@ -36,6 +36,8 @@
|
|||||||
|
|
||||||
#include <ctype.h> // for isspace
|
#include <ctype.h> // for isspace
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h> /* strlen, strncpy */
|
||||||
|
#include <stdlib.h> /* getenv */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
@ -23,6 +23,9 @@
|
|||||||
# include "kwsys_ios_iostream.h.in"
|
# include "kwsys_ios_iostream.h.in"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stddef.h> /* size_t */
|
||||||
|
#include <string.h> /* strcmp */
|
||||||
|
|
||||||
void* random_ptr = reinterpret_cast<void*>(0x123);
|
void* random_ptr = reinterpret_cast<void*>(0x123);
|
||||||
|
|
||||||
int argument(const char* arg, const char* value, void* call_data)
|
int argument(const char* arg, const char* value, void* call_data)
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
# include "kwsys_ios_iostream.h.in"
|
# include "kwsys_ios_iostream.h.in"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h> /* strcmp */
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
kwsys::CommandLineArguments arg;
|
kwsys::CommandLineArguments arg;
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
#include "testSystemTools.h"
|
#include "testSystemTools.h"
|
||||||
|
|
||||||
|
#include <string.h> /* strcmp */
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
const char* toUnixPaths[][2] =
|
const char* toUnixPaths[][2] =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user