Include alloc.h for estrdup() prototype; from Vita Cizek

This commit is contained in:
Todd C. Miller
2012-03-09 10:06:27 -05:00
parent 08c6c776c9
commit f5f3d4cf3f

View 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"