mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
PR: 243650 [1] PR: 244289 [2] Submitted by: Benjamin Lutz [1] Submitted by: ian [2] Approved by: maintainer MFH: 2020Q2
13 lines
237 B
C
13 lines
237 B
C
--- checkfaillog.c.orig 2020-04-11 16:27:51 UTC
|
|
+++ checkfaillog.c
|
|
@@ -32,8 +32,9 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
-#include <utmp.h>
|
|
+#include <utmpx.h>
|
|
#include <pwd.h>
|
|
|
|
#include "config.h"
|