Skip to content

Commit

Permalink
Try to fix compilation with GLIBC
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Nov 12, 2018
1 parent adac467 commit 7d25c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capplets/about-me/mate-about-me-password.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#define _XOPEN_SOURCE 600
#endif

/* This is needed to get pipe2() in GLIBC */
#define _GNU_SOURCE

/* Are all of these needed? */
#include <gdk/gdkkeysyms.h>
#include <pwd.h>
Expand Down

0 comments on commit 7d25c68

Please sign in to comment.