Define _GNU_SOURCE for O_CLOEXEC flag

dev
Kristian Høgsberg 14 years ago
parent 01aed1c665
commit 0b9334a51a
  1. 2
      compositor/compositor-drm.c

@ -16,6 +16,8 @@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Loading…
Cancel
Save