changeset 21934:b0e5173521b9

* unistd-wrappers.c: Include stdio.h for ctermid decl.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Jun 2016 17:17:42 -0400
parents efe9df9a1071
children 2f33052c68ff
files liboctave/wrappers/unistd-wrappers.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/wrappers/unistd-wrappers.c	Thu Jun 16 17:11:58 2016 -0400
+++ b/liboctave/wrappers/unistd-wrappers.c	Thu Jun 16 17:17:42 2016 -0400
@@ -29,6 +29,10 @@
 #  include "config.h"
 #endif
 
+#include <stdio.h>
+
+#include <stdio.h>
+
 #include <sys/types.h>
 #include <unistd.h>