Linux needs -D_GNU_SOURCE for some functions, so enable it in Makefile

This commit is contained in:
Michael Stapelberg
2009-02-16 03:35:16 +01:00
parent 6b1069cd47
commit d88c49682f
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,6 @@
* layout.c: Functions handling layout/drawing of window decorations
*
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>