Declare _POSIX_SOURCE for glib to define kill()

This commit is contained in:
Philippe Pepiot 2010-11-17 01:30:35 +01:00
parent 14f12edf25
commit b6c557a8ee

View File

@ -33,7 +33,9 @@
#ifndef WMFS_H
#define WMFS_H
/* glibc stuff */
#define _BSD_SOURCE /* vsnprintf */
#define _POSIX_SOURCE /* kill() */
/* Lib headers */
#include <stdio.h>