1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-06 09:26:44 +02:00

Revert "Add feature flags and missing #includes."

This reverts commit dd5fa236ae.

Also, set `-std=gnu99` in Bazel build.
This commit is contained in:
iphydf
2020-04-17 20:34:27 +01:00
parent dd5fa236ae
commit 6f72a191ba
20 changed files with 1 additions and 25 deletions

View File

@ -20,12 +20,9 @@
*
*/
#define _POSIX_C_SOURCE 200809L
#define _XOPEN_SOURCE 500
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include <time.h>
#include <limits.h>
#include <dirent.h>