Skip to content

Commit 87d39c5

Browse files
committed
fix build for debian
1 parent eb91382 commit 87d39c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* copyright axtlos <axtlos@disroot.org>
22
* SPDX-LICENSE: LGPL-3.0-ONLY */
33

4+
#define _GNU_SOURCE // Debian build fix
45
#include <errno.h>
56
#include <stdbool.h>
67
#include <stdio.h>

0 commit comments

Comments
 (0)