#include <libintl.h>
#include "stg/common.h"
-#include "stg/ia_auth_c.h"
+#include "stg/ia.h"
#include "web.h"
extern WEB * web;
dirName[i] = "-";
refreshPeriod = 5;
+
+memset(&ls, 0, sizeof(ls));
}
//---------------------------------------------------------------------------
void WEB::Start()
#ifdef WIN32
Sleep(1000);
#else
- usleep(1000000);
+ struct timespec ts = {1, 0};
+ nanosleep(&ts, NULL);
#endif
exit(0);
}