ms_thread.c | ms_thread.c | |||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* File: ms_thread.c | * File: ms_thread.c | |||
* Author: Mingqiang Zhuang | * Author: Mingqiang Zhuang | |||
* | * | |||
* Created on February 10, 2009 | * Created on February 10, 2009 | |||
* | * | |||
* (c) Copyright 2009, Schooner Information Technology, Inc. | * (c) Copyright 2009, Schooner Information Technology, Inc. | |||
* http://www.schoonerinfotech.com/ | * http://www.schoonerinfotech.com/ | |||
* | * | |||
*/ | */ | |||
#include "config.h" | #include "mem_config.h" | |||
#if defined(HAVE_SYS_TIME_H) | #if defined(HAVE_SYS_TIME_H) | |||
# include <sys/time.h> | # include <sys/time.h> | |||
#endif | #endif | |||
#if defined(HAVE_TIME_H) | #if defined(HAVE_TIME_H) | |||
# include <time.h> | # include <time.h> | |||
#endif | #endif | |||
#include "ms_thread.h" | #include "ms_thread.h" | |||
End of changes. 1 change blocks. | ||||
1 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/ |