freebsd-ports/security/sudo/files/patch-plugins__sudoers__audit.c
Wesley Shields 5256e84afb Fix missing include.
This was causing the "Undefined symbol '_'" message when hitting ^C or
entering an incorect command.

PR:		ports/180262
Submitted by:	Christophe Juniet <c.juniet@gmail.com>
2013-07-05 18:46:33 +00:00

10 lines
288 B
C

--- ./plugins/sudoers/audit.c.orig 2013-06-04 11:48:28.000000000 +0200
+++ ./plugins/sudoers/audit.c 2013-07-05 13:10:01.000000000 +0200
@@ -39,6 +39,7 @@
#ifdef HAVE_BSM_AUDIT
# include "bsm_audit.h"
+# include "gettext.h"
#endif
#ifdef HAVE_LINUX_AUDIT
# include "linux_audit.h"