summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2026-01-04 14:18:08 +0300
committerLain Iwakura <lain@lainmail.xyz>2026-01-04 14:18:08 +0300
commitb91dd845e0523244521aa9c02d1ef70bcd9e0bd3 (patch)
tree16c674ab7851c832138e94ed4affb7312b1c271f
parentfeat(linux): some patches (diff)
downloadplay-b91dd845e0523244521aa9c02d1ef70bcd9e0bd3.tar.gz
play-b91dd845e0523244521aa9c02d1ef70bcd9e0bd3.zip
feat(linux): some patches
-rw-r--r--play.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.c b/play.c
index f4ad574..21b3f11 100644
--- a/play.c
+++ b/play.c
@@ -14,6 +14,10 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
+
 #include <curses.h>
 #include <err.h>
 #include <fcntl.h>