summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index 19b1882f..85823953 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1,5 +1,5 @@
1#define _POSIX_C_SOURCE 200809L 1#define _POSIX_C_SOURCE 200809L
2#define _XOPEN_SOURCE 500 2#define _XOPEN_SOURCE 700
3#include <stdio.h> 3#include <stdio.h>
4#include <stdbool.h> 4#include <stdbool.h>
5#include <stdlib.h> 5#include <stdlib.h>
@@ -527,7 +527,7 @@ bool load_main_config(const char *file, bool is_active) {
527 list_add(config->config_chain, path); 527 list_add(config->config_chain, path);
528 528
529 config->reading = true; 529 config->reading = true;
530 530
531 // Read security configs 531 // Read security configs
532 bool success = true; 532 bool success = true;
533 DIR *dir = opendir(SYSCONFDIR "/sway/security.d"); 533 DIR *dir = opendir(SYSCONFDIR "/sway/security.d");