wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings.
This commit is contained in:
parent
2bea3d42e0
commit
08f8c13a77
|
@ -7,6 +7,8 @@
|
|||
* modified by Jay Francis (jtf@u880.org) to support
|
||||
* CRAM-MD5 */
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
again. This might be poor if the askpass program is
|
||||
replaced with something non-interactive. */
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue