mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Fix build failure in config.c
This commit is contained in:
parent
8b056cfc82
commit
c0dc740b2b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <wordexp.h>
|
#include <wordexp.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "swaynag/swaynag.h"
|
#include "swaynag/swaynag.h"
|
||||||
|
|
Loading…
Reference in a new issue