changeset 21933:efe9df9a1071

* octave-popen2.c: Include stdio.h for perror decl and fcnt.h for fcntl decl.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Jun 2016 17:11:58 -0400
parents af1fc90d565e
children b0e5173521b9
files liboctave/wrappers/octave-popen2.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/wrappers/octave-popen2.c	Thu Jun 16 17:08:20 2016 -0400
+++ b/liboctave/wrappers/octave-popen2.c	Thu Jun 16 17:11:58 2016 -0400
@@ -32,8 +32,11 @@
 #endif
 
 #include <stdbool.h>
+#include <stdio.h>
 #include <stdlib.h>
 
+#include <fcntl.h>
+
 #include <sys/types.h>
 #include <unistd.h>