Fix build failure in config.c

This commit is contained in:
unraised 2019-01-23 10:09:23 -06:00 committed by GitHub
parent 8b056cfc82
commit c0dc740b2b
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"