Skip to content

Commit 3f4fba4

Browse files
committed
define _GNU_SOURCE in kms_window for asprintf
1 parent 4aed7f1 commit 3f4fba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/kms/kms_window.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define _GNU_SOURCE /* for asprintf */
2+
13
#include "kms_window.h"
24

35
#include "util/refcounting.h"

0 commit comments

Comments
 (0)