summaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-09 07:08:35 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-09 07:08:35 +0100
commit62267b8424170f9b136892248a77dbed3fdcbbba (patch)
treedd741fdfa323382be5f6431ae6a63993aff6c13f /screen.c
parent3ba178677800de55393f8ec80752ffe72660931a (diff)
add read-at-point function
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 3c69541..5b2adc6 100644
--- a/screen.c
+++ b/screen.c
@@ -1,3 +1,5 @@
+#define _POSIX_C_SOURCE 2
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>