add mktemp.h

This commit is contained in:
h_vogt 2010-10-17 16:04:34 +00:00
parent 6a7c0eb74d
commit 3dd27472bc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2010-10-17 Holger Vogt
* main.c: add mktemp.h
2010-10-16 Holger Vogt
* windisp.h, windisp.c: prototypes

View File

@ -50,6 +50,9 @@ extern int rl_catch_signals; /* missing from editline/readline.h */
#include "spicelib/analysis/analysis.h"
#include "misc/ivars.h"
#include "misc/misc_time.h"
#if defined(HAS_WINDOWS) || defined(_MSC_VER) || defined(__MINGW32__)
#include "misc/mktemp.h"
#endif
#if defined(HAVE_GETOPT_LONG) && defined(HAVE_GETOPT_H)
#include <getopt.h>
#else