Declare _POSIX_SOURCE for glib to define kill()
This commit is contained in:
parent
14f12edf25
commit
b6c557a8ee
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user