connection: Define _GNU_SOURCE for F_DUPFD_CLOEXEC

This commit is contained in:
Benjamin Franzke 2011-05-04 21:21:52 +02:00 committed by Kristian Høgsberg
parent a9ac0eb249
commit c861852536

View file

@ -20,6 +20,8 @@
* OF THIS SOFTWARE.
*/
#define _GNU_SOURCE
#include <stdlib.h>
#include <stdint.h>
#include <string.h>