mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
mpick: shuffle for OpenBSD/FreeBSD
This commit is contained in:
parent
86b5b5c6aa
commit
dfcb53dc0f
6
mpick.c
6
mpick.c
@ -1,5 +1,8 @@
|
|||||||
// FNM_CASEFOLD, strptime
|
// FNM_CASEFOLD
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#include <fnmatch.h>
|
||||||
|
|
||||||
|
// strptime
|
||||||
#ifndef _XOPEN_SOURCE
|
#ifndef _XOPEN_SOURCE
|
||||||
#define _XOPEN_SOURCE 700
|
#define _XOPEN_SOURCE 700
|
||||||
#endif
|
#endif
|
||||||
@ -27,7 +30,6 @@
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <fnmatch.h>
|
|
||||||
|
|
||||||
#include "blaze822.h"
|
#include "blaze822.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user