diff src/input.h @ 1342:61bb2bdee11e

[project @ 1995-09-04 00:19:22 by jwe]
author jwe
date Mon, 04 Sep 1995 00:24:09 +0000
parents 611d403c7f3d
children f9745982c987
line wrap: on
line diff
--- a/src/input.h	Mon Sep 04 00:16:21 1995 +0000
+++ b/src/input.h	Mon Sep 04 00:24:09 1995 +0000
@@ -26,7 +26,7 @@
 #if !defined (octave_input_h)
 #define octave_input_h 1
 
-#include <stdio.h>
+#include <cstdio>
 
 extern int octave_read (char *buf, int max_size);
 extern FILE *get_input_from_file (char *name, int warn = 1);