From f5f3d4cf3f18895e46db83aaba75c96ed75e3272 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 9 Mar 2012 10:06:27 -0500 Subject: [PATCH] Include alloc.h for estrdup() prototype; from Vita Cizek --- src/sesh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sesh.c b/src/sesh.c index 0c0eb25de..d6b56c3c5 100644 --- a/src/sesh.c +++ b/src/sesh.c @@ -34,8 +34,9 @@ #endif /* HAVE_STDBOOL_H */ #include "missing.h" -#include "gettext.h" +#include "alloc.h" #include "error.h" +#include "gettext.h" #include "sudo_conf.h" #include "sudo_debug.h" #include "sudo_exec.h" -- 2.50.1