add mktemp.h
This commit is contained in:
parent
6a7c0eb74d
commit
3dd27472bc
|
|
@ -1,3 +1,6 @@
|
|||
2010-10-17 Holger Vogt
|
||||
* main.c: add mktemp.h
|
||||
|
||||
2010-10-16 Holger Vogt
|
||||
* windisp.h, windisp.c: prototypes
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue