diff --git a/src/wmfs.h b/src/wmfs.h index bf54280..a7ca2e3 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -33,7 +33,9 @@ #ifndef WMFS_H #define WMFS_H +/* glibc stuff */ #define _BSD_SOURCE /* vsnprintf */ +#define _POSIX_SOURCE /* kill() */ /* Lib headers */ #include