1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 06:46:45 +02:00

Add feature flags and missing #includes.

These are needed to compile on some strict Linuxes.
This commit is contained in:
iphydf
2020-04-15 21:34:30 +00:00
parent 51e1ab94b3
commit dd5fa236ae
19 changed files with 25 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*
*/
#define _XOPEN_SOURCE 500
#include <curses.h>
#include <errno.h>
#include <stdio.h>
@ -30,6 +31,7 @@
#include <signal.h>
#include <locale.h>
#include <string.h>
#include <strings.h>
#include <time.h>
#include <pthread.h>
#include <getopt.h>