Don't redefine _GNU_SOURCE if already defined.
-owt
This commit is contained in:
@ -20,10 +20,14 @@ 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
|
/* Added for GTK. We need to make sure that all constants are defined
|
||||||
* to properly compile this file */
|
* to properly compile this file */
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
#include "fnmatch.h"
|
#include "fnmatch.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user