mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +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
|
||||
|
||||
#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 <ctype.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user