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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-11-21 22:26:02 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-11-21 22:26:02 +0300
commitae7286bbf0f35409074f48356474dbd463bc94f4 (patch)
tree7a4a60cdceabef0ed02e1be8313106d0924f1925 /source/blender/blenlib
parentc60f635eadec32efa2abab15d11d33a8201865e6 (diff)
Uncomment header.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/BLI_bfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_bfile.c b/source/blender/blenlib/intern/BLI_bfile.c
index 042cf4beffc..d9f6c8ad96f 100644
--- a/source/blender/blenlib/intern/BLI_bfile.c
+++ b/source/blender/blenlib/intern/BLI_bfile.c
@@ -27,9 +27,9 @@
#include <string.h>
#include <stdlib.h>
#ifndef WIN32
+ #include <libgen.h>
#include <unistd.h>
#include <sys/param.h>
-// #include <libgen.h>
#else
#include <io.h>
#include "BLI_winstuff.h"