Skip to content

Commit

Permalink
define _GNU_SOURCE in kms_window for asprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Sep 17, 2024
1 parent 4b32278 commit ae163c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kms/kms_window.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define _GNU_SOURCE /* for asprintf */

#include "kms_window.h"

#include "util/refcounting.h"
Expand Down

0 comments on commit ae163c5

Please sign in to comment.