From: Thomas Roessler Date: Thu, 25 May 2000 08:12:40 +0000 (+0000) Subject: Include stdlib.h from mutt.h. X-Git-Tag: mutt-1-3-3-rel~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9bc73cebea9a3a141542ca271041bb42fb401ee;p=mutt Include stdlib.h from mutt.h. --- diff --git a/mutt.h b/mutt.h index 49018d72..0fb169d1 100644 --- a/mutt.h +++ b/mutt.h @@ -19,6 +19,7 @@ #include "config.h" #include +#include #ifdef HAVE_UNISTD_H # include /* needed for SEEK_SET */ #endif