mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
10 lines
295 B
Diff
10 lines
295 B
Diff
--- kcheckpass/kcheckpass.c.orig 2016-12-20 15:34:56.868688234 +0400
|
|
+++ kcheckpass/kcheckpass.c 2016-12-20 15:35:48.092223200 +0400
|
|
@@ -45,6 +45,7 @@
|
|
*
|
|
*****************************************************************/
|
|
|
|
+#define _GNU_SOURCE
|
|
#include "kcheckpass.h"
|
|
|
|
#include <stdarg.h>
|