mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net, pposix, signal: Check for redefined defines, fix warnings.
This commit is contained in:
parent
10fe4432f4
commit
9d9392a941
3 changed files with 11 additions and 0 deletions
|
@ -9,7 +9,10 @@
|
|||
--
|
||||
*/
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue