Show
Ignore:
Timestamp:
2005-02-03 09:01:42 (4 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Add config.h to the top of every C file that could possibly want it.
Remove it from mutt.h

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • browser.c

    r3808 r3873  
    1616 *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. 
    1717 */  
     18 
     19#if HAVE_CONFIG_H 
     20# include "config.h" 
     21#endif 
    1822 
    1923#include "mutt.h"