Browse Source

fix: define `_GNU_SOURCE` flag

dev
Dnomd343 2 years ago
parent
commit
e16fa3b0ef
  1. 4
      src/common/sundry.c

4
src/common/sundry.c

@ -1,3 +1,7 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE // NOLINT
#endif
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>

Loading…
Cancel
Save