commit | ba9f3582428fcae1ae2a2cadc0ccd52f76e14c05 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:26:32 2023 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:26:32 2023 +0100 |
tree | c2ff9323b891f7ddb9d97275c816f5ffcf422dd2 | |
parent | 73699b6250be4c576d15aa75f8baf031363ddab4 [diff] [blame] |
build UPDATE use c99 standard instead of gnu99 GNU extensions are not mandatory for a long time now.
diff --git a/src/messages_client.c b/src/messages_client.c index f655b5b..04c0b3c 100644 --- a/src/messages_client.c +++ b/src/messages_client.c
@@ -13,6 +13,8 @@ * https://opensource.org/licenses/BSD-3-Clause */ +#define _GNU_SOURCE /* pthread_rwlock_t, strdup */ + #include <assert.h> #include <ctype.h> #include <stdarg.h>