aboutsummaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 0869c3e..e7b5bc0 100644
--- a/src/global.h
+++ b/src/global.h
@@ -5,6 +5,7 @@
#define ESPIK_VERSION "0.0.1"
#define MAX_LEN 512
+#define STDIN_FILENO 1
#define __UNUSED__ __attribute__((unused))