Sculpt: fix windows compile issues, pointed out by JMS, thanks!

This commit is contained in:
2009-11-25 18:20:46 +00:00
parent 55d2a56d60
commit 2582e3a900
2 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,9 @@
#include "BLI_dynstr.h"
#include "BLI_string.h"
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
char *BLI_strdupn(const char *str, int len) {
char *n= MEM_mallocN(len+1, "strdup");

View File

@@ -31,6 +31,7 @@
*/
#include <limits.h>
#include <stddef.h>
#include <string.h>
#include "GL/glew.h"