summaryrefslogtreecommitdiffstats
path: root/util/ipa_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ipa_pwd.c')
-rw-r--r--util/ipa_pwd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ipa_pwd.c b/util/ipa_pwd.c
index 92fb3b02..761d1efb 100644
--- a/util/ipa_pwd.c
+++ b/util/ipa_pwd.c
@@ -20,7 +20,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <stdbool.h>
#include <stdio.h>
#include <time.h>