commit 0d12b80708857ba8e82d504fe999745df64bee06
parent b2ab8de36424c9193f6eb812a1d8faa5ca1b916e
Author: Brian Swetland <swetland@frotz.net>
Date: Tue, 10 Sep 2013 09:04:39 -0700
fix win7 build
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/io.cc b/common/io.cc
@@ -75,7 +75,7 @@ void init_io(void) {
x[1] = 0;
else
strcpy(_base_path,".\\");
- base_path = stringptr(_basepath);
+ base_path = stringptr(_base_path);
}
#else
#include <unistd.h>
diff --git a/common/io.h b/common/io.h
@@ -16,7 +16,7 @@
#ifndef _IO_H_
#define _IO_H_
-#include <stringutils.h>
+#include "stringutils.h"
#include <stdio.h>
/* treat filenames as normal filenames, don't use asset search process */