diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 09:46:04 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 09:53:20 +0200 |
commit | b3e9218b23557f7ca787dc0b08c150ee7a0a880e (patch) | |
tree | a5a25842315c60a3ed671b0f7775f9460bf70dce /xC.c | |
parent | bc8867eb227c95931462c2f19c8a67763e6f1733 (diff) | |
download | xK-b3e9218b23557f7ca787dc0b08c150ee7a0a880e.tar.gz xK-b3e9218b23557f7ca787dc0b08c150ee7a0a880e.tar.xz xK-b3e9218b23557f7ca787dc0b08c150ee7a0a880e.zip |
Fix Cygwin build warnings
Diffstat (limited to 'xC.c')
-rw-r--r-- | xC.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ enum #define PROGRAM_NAME "xC" // fmemopen +#define _POSIX_C_SOURCE 200809L #define _XOPEN_SOURCE 700 #include "common.c" |