diff extra/NaN/src/histo_mex.cpp @ 7888:b9f35668b55e octave-forge

replace <inttypes.h> with <stdint.h>
author schloegl
date Thu, 27 Jan 2011 16:39:17 +0000
parents d9da60ccdecb
children c101c486d80a
line wrap: on
line diff
--- a/extra/NaN/src/histo_mex.cpp	Tue Jan 25 13:43:03 2011 +0000
+++ b/extra/NaN/src/histo_mex.cpp	Thu Jan 27 16:39:17 2011 +0000
@@ -43,8 +43,8 @@
 	support of complex data and char-strings 
 */
 
-#include <inttypes.h>
 #include <math.h>
+#include <stdint.h>
 #include <string.h>
 #include "mex.h"