diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-10-15 22:20:16 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-10-15 22:20:16 +0200 |
commit | 19a19e8e507174b339e4ddb331391775df75e385 (patch) | |
tree | 5d5bdf31ad0059c1cffde870b9e710b45a76c35e | |
parent | 07915c710f4b74b9635a7573e7cc6c936809ba48 (diff) | |
download | mico-19a19e8e507174b339e4ddb331391775df75e385.tar.gz mico-19a19e8e507174b339e4ddb331391775df75e385.tar.xz mico-19a19e8e507174b339e4ddb331391775df75e385.zip |
mico-dimp: find strptime
-rw-r--r-- | mico-dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mico-dump.c b/mico-dump.c index 75219d5..ebca41d 100644 --- a/mico-dump.c +++ b/mico-dump.c @@ -1,3 +1,5 @@ +#define _XOPEN_SOURCE 700 + #include <arpa/inet.h> #include <assert.h> #include <fnmatch.h> |