mirror of https://github.com/MidnightCommander/mc
* template.c: #include <config.h> unconditionally.
This commit is contained in:
parent
6407873f69
commit
d23e3fae53
|
@ -20,9 +20,7 @@
|
|||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <config.h>
|
||||
|
||||
#include <System Headers> /* see maint/headers.txt for details */
|
||||
|
||||
|
|
Loading…
Reference in New Issue