Skip to content

Commit

Permalink
gdm-session-solaris-auditor: include "gdm-common.h"
Browse files Browse the repository at this point in the history
Fixes build error with gcc 14:
../daemon/gdm-session-solaris-auditor.c:331:17: error: implicit declaration
 of function ‘gdm_get_pwent_for_name’ [-Wimplicit-function-declaration]

Signed-off-by: Alan Coopersmith <[email protected]>
  • Loading branch information
alanc authored and halfline committed Sep 21, 2024
1 parent 78d8989 commit 2fd3843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/gdm-session-solaris-auditor.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
#include "config.h"
#include "gdm-session-solaris-auditor.h"
#include "gdm-common.h"

#include <syslog.h>
#include <security/pam_appl.h>
Expand Down

0 comments on commit 2fd3843

Please sign in to comment.