|  | @@ -180,6 +180,7 @@ print $fh <<END
 | 
												
													
														
															|  |  #ifndef LANGUAGE_ALL_H
 |  |  #ifndef LANGUAGE_ALL_H
 | 
												
													
														
															|  |  #define LANGUAGE_ALL_H
 |  |  #define LANGUAGE_ALL_H
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  | 
 |  | +#include <avr/pgmspace.h>
 | 
												
													
														
															|  |  // Language indices into their particular symbol tables.
 |  |  // Language indices into their particular symbol tables.
 | 
												
													
														
															|  |  END
 |  |  END
 | 
												
													
														
															|  |  ;
 |  |  ;
 | 
												
											
												
													
														
															|  | @@ -242,7 +243,7 @@ $filename = 'language_all.cpp';
 | 
												
													
														
															|  |  open($fh, '>', $filename) or die "Could not open file '$filename' $!";
 |  |  open($fh, '>', $filename) or die "Could not open file '$filename' $!";
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  print $fh <<'END'
 |  |  print $fh <<'END'
 | 
												
													
														
															|  | -#include <avr/pgmspace.h>
 |  | 
 | 
												
													
														
															|  | 
 |  | +
 | 
												
													
														
															|  |  #include "Configuration_prusa.h"
 |  |  #include "Configuration_prusa.h"
 | 
												
													
														
															|  |  #include "language_all.h"
 |  |  #include "language_all.h"
 | 
												
													
														
															|  |  
 |  |  
 |