mpick: shuffle for OpenBSD/FreeBSD

pull/10/head
Christian Neukirchen 8 years ago
parent 86b5b5c6aa
commit dfcb53dc0f

@ -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…
Cancel
Save