diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2026-01-04 14:18:08 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2026-01-04 14:18:08 +0300 |
| commit | b91dd845e0523244521aa9c02d1ef70bcd9e0bd3 (patch) | |
| tree | 16c674ab7851c832138e94ed4affb7312b1c271f | |
| parent | feat(linux): some patches (diff) | |
| download | play-b91dd845e0523244521aa9c02d1ef70bcd9e0bd3.tar.gz play-b91dd845e0523244521aa9c02d1ef70bcd9e0bd3.zip | |
feat(linux): some patches
| -rw-r--r-- | play.c | 4 |
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> |