Re: [gdal-dev] Missing include in MSG driver

2014-05-21 Thread Even Rouault
Le mardi 20 mai 2014 10:21:43, Christian Authmann a écrit : > Hello, > > I tried to compile GDAL 1.11.0 with the meteosat 2 (MSG) driver, but > compilation failed in > > frmts/msg/msgcommand.cpp > > with a message stating that sprintf() was unknown. Adding > > #include > > at the top of the f

[gdal-dev] Missing include in MSG driver

2014-05-20 Thread Christian Authmann
Hello, I tried to compile GDAL 1.11.0 with the meteosat 2 (MSG) driver, but compilation failed in frmts/msg/msgcommand.cpp with a message stating that sprintf() was unknown. Adding #include at the top of the file fixed the problem. A trivial patch is attached; I release it under the licen