We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb91382 commit 87d39c5Copy full SHA for 87d39c5
src/main.c
@@ -1,6 +1,7 @@
1
/* copyright axtlos <axtlos@disroot.org>
2
* SPDX-LICENSE: LGPL-3.0-ONLY */
3
4
+#define _GNU_SOURCE // Debian build fix
5
#include <errno.h>
6
#include <stdbool.h>
7
#include <stdio.h>
0 commit comments