Merge pull request #3504 from unraised/unraised-build-fix

Fix build failure in config.c
This commit is contained in:
Drew DeVault 2019-01-23 11:24:46 -05:00 committed by GitHub
commit 1a1133dcc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <wordexp.h>
#include <unistd.h>
#include "log.h"
#include "list.h"
#include "swaynag/swaynag.h"