aboutsummaryrefslogtreecommitdiff
path: root/src/systems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems.h')
-rw-r--r--src/systems.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems.h b/src/systems.h
index 66955dd..c678573 100644
--- a/src/systems.h
+++ b/src/systems.h
@@ -30,12 +30,13 @@
30#else 30#else
31# include <strings.h> 31# include <strings.h>
32#endif 32#endif
33#include <unistd.h> 33#include <unistd.h>
34#include <fcntl.h> 34#include <fcntl.h>
35#include <errno.h> 35#include <errno.h>
36#include <limits.h>
36 37
37#ifndef SEEK_SET 38#ifndef SEEK_SET
38# define SEEK_SET 0 39# define SEEK_SET 0
39#endif 40#endif
40 41
41#ifndef O_CLOEXEC 42#ifndef O_CLOEXEC

Return to:

Send suggestions and report system problems to the System administrator.