Merge pull request #9 from johnae/master

Fix swaylock.h include directive
This commit is contained in:
Drew DeVault 2019-01-15 10:46:08 -05:00 committed by GitHub
commit d37a9ff776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#include <sys/types.h>
#include <unistd.h>
#include "log.h"
#include "swaylock/swaylock.h"
#include "swaylock.h"
#ifdef __GLIBC__
// GNU, you damn slimy bastard
#include <crypt.h>