gobi: Add missing _GNU_SOURCE

as we're using O_CLOEXEC
This commit is contained in:
Petr Vorel 2015-11-14 00:00:48 +01:00 committed by Denis Kenzior
parent 65398ce382
commit b8a9e0d5ec
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>