Changeset 3873:ac2a2dcad1ec for ascii.c

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
  • ascii.c

    r2797 r3873  
    2626 * locale-insensitive. 
    2727 */ 
     28 
     29#if HAVE_CONFIG_H 
     30# include "config.h" 
     31#endif 
    2832 
    2933#include <stdio.h>