diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/MIaVAdd | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/MIaVAdd b/tools/MIaVAdd index 8a5ca1a..8a62377 100755 --- a/tools/MIaVAdd +++ b/tools/MIaVAdd @@ -26,6 +26,7 @@ function allfile() {    echo " *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." >> $1;    echo " */" >> $1;    echo "" >> $1; +  echo "#include <config.h>" >> $1;  }  function ccfile() { | 
