summaryrefslogtreecommitdiff
path: root/zen/osx_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/osx_string.h')
-rw-r--r--zen/osx_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/osx_string.h b/zen/osx_string.h
index ce8b1062..0d77345c 100644
--- a/zen/osx_string.h
+++ b/zen/osx_string.h
@@ -7,8 +7,8 @@
#ifndef OSX_STRING_1873641732143214324
#define OSX_STRING_1873641732143214324
-#include <zen/zstring.h>
#include <CoreFoundation/CoreFoundation.h> //CFString
+#include "zstring.h"
namespace osx
{
bgstack15