diff scripts/ChangeLog @ 8521:93cf10950334

tmpdir=tmpnam; tmpfile=tmpnam; dummy=1; save(tmpfile, "dummy") mkdir(tmpdir) gzfile=gzip(tmpfile, tmpdir) gunzip(gzfile) Include cstdio header. Without this header inclusion, compilation of oct-md5.cc and gethelp.cc with g++ 4.4 fails because symbols like sprintf, fopen, fread, fclose, and EOF are not found.
author Rafael Laboissiere <rafael@debian.org>
date Thu, 15 Jan 2009 00:50:20 -0500
parents c2c018d7c501
children d65b33e55d40
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-15  Rafael Laboissiere  <rafael@debian.org>
+
+	* gethelp.cc: Include <cstdio>.
+
 2009-01-14  Ben Abbott  <bpabbott@mac.com>
 
 	* plot/__go_draw_axes__.m (ticklabel_to_cell): New function.