diff options
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,8 +23,10 @@ THE SOFTWARE. /* everything that interacts with the user */ +#ifndef __FreeBSD__ #define _POSIX_C_SOURCE 1 /* fileno() */ #define _BSD_SOURCE /* strdup() */ +#endif #include <stdio.h> #include <stdarg.h> |