1 changed files with
5 additions and
0 deletions
|
|
|
@ -22,13 +22,18 @@
|
|
|
|
|
* Date : 14th July 2005
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
|
#include <pwd.h>
|
|
|
|
|
#endif /* _MSC_VER
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#ifndef _MSC_VER
|
|
|
|
|
#include <dirent.h>
|
|
|
|
|
#include <pthread.h>
|
|
|
|
|
#endif /* _MSC_VER
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <limits.h>
|
|
|
|
|