From b22f54f848812fa00c28429de1d615a35ae84edc Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 12 May 2009 20:26:03 +0000 Subject: Make our mkstemp() replacement build on IRIX 6.5. --- ChangeLog | 5 +++++ compat/mkstemp.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4cda0ee..144b70d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-12 Donal K. Fellows + + * compat/mkstemp.c: Add more headers to make this file build on IRIX + 6.5. Thanks to Larry McVoy for this. + 2009-05-08 Donal K. Fellows * generic/tclOO.c (TclNRNewObjectInstance): [Bug 2414858]: Add a diff --git a/compat/mkstemp.c b/compat/mkstemp.c index 8adc11b..f86bde2 100644 --- a/compat/mkstemp.c +++ b/compat/mkstemp.c @@ -8,9 +8,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: mkstemp.c,v 1.1 2009/01/02 16:43:50 dkf Exp $ + * RCS: @(#) $Id: mkstemp.c,v 1.2 2009/05/12 20:26:04 dkf Exp $ */ +#include +#include #include #include -- cgit v0.12