summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramrfti <amrfti@noreply.localhost>2025-07-04 02:00:01 +0300
committeramrfti <amrfti@noreply.localhost>2025-07-04 02:00:01 +0300
commite74b4b900d9bf23d07f74cc9b01dec2c246e68f8 (patch)
treed71cd64b7a0388f0146dd14d58de1a7316d642ce
parent5025698be7e6f826f539cd105190519bd68c566a (diff)
remove unnecessary define
-rw-r--r--mpd_ws.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpd_ws.c b/mpd_ws.c
index f976f8d..a12a6f7 100644
--- a/mpd_ws.c
+++ b/mpd_ws.c
@@ -1,4 +1,3 @@
-#define _GNU_SOURCE
#include "mpd_ws.h"
#include <signal.h>
#include <stdio.h>