Adjust RFC/TODO, forgot _GNU_SOURCE in layout.c

This commit is contained in:
Michael Stapelberg
2009-02-13 19:15:32 +01:00
parent 82dd64ff24
commit 651bcc375f
3 changed files with 3 additions and 13 deletions

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>