]> git.lyx.org Git - lyx.git/blobdiff - src/support/tempname.C
make "make distcheck" work
[lyx.git] / src / support / tempname.C
index e92639e35830335d41cd90c2b3e4089feb08269e..975e44362396bfb7d4b331818681f13f5fd06bc8 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <cstdlib>
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>
+# include <unistd.h>
 #endif
 
 #if !defined(HAVE_MKSTEMP) && defined(HAVE_MKTEMP)