diff options
-rw-r--r-- | tty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ +#define _XOPEN_SOURCE 500 + #include <stdlib.h> #include <unistd.h> #include <fcntl.h> |