Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/intern/pointcache.c')
-rw-r--r--source/blender/blenkernel/intern/pointcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/pointcache.c b/source/blender/blenkernel/intern/pointcache.c
index 20107aa41a8..7458b4a4fa0 100644
--- a/source/blender/blenkernel/intern/pointcache.c
+++ b/source/blender/blenkernel/intern/pointcache.c
@@ -51,6 +51,8 @@
#include "BLI_threads.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
+#include "BLI_system.h"
+#include BLI_SYSTEM_PID_H
#include "BLF_translation.h"
@@ -100,9 +102,7 @@
/* untitled blend's need getpid for a unique name */
#ifndef WIN32
# include <dirent.h>
-# include <unistd.h>
#else
-# include <process.h>
# include "BLI_winstuff.h"
#endif