diff src/sysdep.h @ 6726:6b7ba4a31876

[project @ 2007-06-14 20:16:44 by jwe]
author jwe
date Thu, 14 Jun 2007 20:16:45 +0000
parents 768d3ad80bbf
children b5a6f5c71451
line wrap: on
line diff
--- a/src/sysdep.h	Thu Jun 14 18:23:02 2007 +0000
+++ b/src/sysdep.h	Thu Jun 14 20:16:45 2007 +0000
@@ -24,6 +24,8 @@
 #if !defined (octave_sysdep_h)
 #define octave_sysdep_h 1
 
+#include <cstdio>
+
 #include <string>
 
 #include "lo-ieee.h"
@@ -35,6 +37,9 @@
 
 extern void raw_mode (bool, bool wait = true);
 
+extern FILE *octave_popen (const char *command, const char *mode);
+extern int octave_pclose (FILE *f);
+
 extern OCTINTERP_API int octave_kbhit (bool wait = true);
 
 extern void w32_set_quiet_shutdown (void);