Update session_state.cc

This commit is contained in:
EZ4Stephen 2025-11-19 17:04:55 +04:00 committed by GitHub
parent e0f1f0f19b
commit 51a4bafddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,10 +40,14 @@
#include <cstdio> /* snprintf(3) ... grrr */
#include <cmath>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <climits>
#include <signal.h>
#ifndef COMPILER_MSVC
#include <sys/time.h>
#endif
/* for open(2) */
#include <sys/types.h>
#include <sys/stat.h>