Launcher: To use asprintf() with glibc we define _GNU_SOURCE
This commit is contained in:
parent
6abac69d8f
commit
fd2852b50f
@ -33,6 +33,11 @@
|
||||
#include "wmfs.h"
|
||||
#include <dirent.h>
|
||||
|
||||
/* conforming to glib use _GNU_SOURCE for asprintf declaration */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
static char *complete_on_command(char*, size_t);
|
||||
static char *complete_on_files(char*, size_t);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user