mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
define _GNU_SOURCE before include fnmatch.h, so that all
appropriate constants are defined. -owt
This commit is contained in:
parent
8fc5d3586a
commit
1ce708c570
@ -20,6 +20,9 @@ Cambridge, MA 02139, USA. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
/* Added for GTK. We need to make sure that all constants are defined
|
||||||
|
* to properly compile this file */
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include "fnmatch.h"
|
#include "fnmatch.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user