git-compat-util.h: declare mkstemp() before use
commitd23130a5fb430c54bb928dcd4446fd98a2a9173d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 4 Sep 2007 01:03:55 +0000 (4 02:03 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 4 Sep 2007 01:03:55 +0000 (4 02:03 +0100)
treeab0649711cd86918fe18008ba7ff3c535dbf443e
parent54d99a7724a0c7fb53bcdc7d850034e9890a0138
git-compat-util.h: declare mkstemp() before use

On MinGW, we roll our own version of mkstemp().  Since xmkstemp() uses it,
we need to declare it before that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-compat-util.h