platform.h | platform.h | |||
---|---|---|---|---|
skipping to change at line 110 | skipping to change at line 110 | |||
#endif | #endif | |||
#endif | #endif | |||
#include <string.h> | #include <string.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <stdint.h> | #include <stdint.h> | |||
#include <stdarg.h> | #include <stdarg.h> | |||
#include <errno.h> | #include <errno.h> | |||
#include <signal.h> | #include <signal.h> | |||
#include <libgen.h> | ||||
#ifdef WINDOWS | #ifdef WINDOWS | |||
#include <malloc.h> /* for alloca(), on other OSes it's in stdl ib.h */ | #include <malloc.h> /* for alloca(), on other OSes it's in stdl ib.h */ | |||
#endif | #endif | |||
#ifndef _MSC_VER | #ifndef _MSC_VER | |||
#include <unistd.h> /* KLB_FIX */ | #include <unistd.h> /* KLB_FIX */ | |||
#endif | #endif | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#ifndef _MSC_VER | #ifndef _MSC_VER | |||
#include <dirent.h> /* KLB_FIX */ | #include <dirent.h> /* KLB_FIX */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |