summaryrefslogtreecommitdiff
path: root/src/mark.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-04-28 23:36:03 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2016-06-18 15:08:28 +0200
commitd2b1a04737d9c84772e2f0802427b9232d169ffb (patch)
treee08a47acb66a77605db595e2b0bea562c227cba4 /src/mark.c
parent3251f5b2e4bb165edc562702527d548e38aac897 (diff)
downloadscreen-d2b1a04737d9c84772e2f0802427b9232d169ffb.tar.gz
move config.h to top of includes
now that _GNU_SOURCE definition is in config.h we want to make sure that all headers that are included know about it
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mark.c b/src/mark.c
index 5d2eb19..a7aaae2 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -26,6 +26,8 @@
****************************************************************
*/
+#include "config.h"
+
#include "mark.h"
#include <sys/types.h>
@@ -34,7 +36,6 @@
#include <stdint.h>
#include <stdbool.h>
-#include "config.h"
#include "screen.h"
#include "encoding.h"