Fix swaylock.h include directive

This commit is contained in:
John Axel Eriksson 2019-01-15 16:00:51 +01:00
parent dff6b63725
commit f801164b9f
No known key found for this signature in database
GPG Key ID: 04ED6F42C62F42E9

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>