Add feature test macro to declare kill()

Avoid the following warning on some systems:

> warning: implicit declaration of function 'kill'
> [-Wimplicit-function-declaration]
pull/331/head
Romain Vimont 6 years ago
parent 5c739874a4
commit 9160d465ec

@ -1,3 +1,5 @@
#define _POSIX_SOURCE // for kill()
#include "command.h"
#include <errno.h>

Loading…
Cancel
Save