]> granicus.if.org Git - sudo/commitdiff
Include alloc.h for estrdup() prototype; from Vita Cizek
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Mar 2012 15:06:27 +0000 (10:06 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Mar 2012 15:06:27 +0000 (10:06 -0500)
src/sesh.c

index 0c0eb25de642baf75067029e98630d0898a69dd8..d6b56c3c515aa0a4b18d174c37164b704307e3f9 100644 (file)
@@ -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"