slock/patch/include.h
2020-08-03 15:53:34 +02:00

12 lines
179 B
C

/* Patches */
#if PAMAUTH_PATCH
#include "pamauth.h"
#endif
#if KEYPRESS_FEEDBACK_PATCH
#include "keypress_feedback.h"
#endif
#if XRESOURCES_PATCH
#include "xresources.h"
#endif