summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2006-07-03 21:03:48 +0000
committerStef Walter <stef@thewalter.net>2006-07-03 21:03:48 +0000
commitc8a1522c99afdc3d951949e6eca088d065117bfa (patch)
treeae581c71d110b7d49a3a9ff30c72b90b65f30e85
parent708aaada82e3af7abe85d559342c638dd7939b85 (diff)
Fixed Win32 build
-rw-r--r--win32/droplet/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/droplet/stdafx.h b/win32/droplet/stdafx.h
index 16885d5..b52d168 100644
--- a/win32/droplet/stdafx.h
+++ b/win32/droplet/stdafx.h
@@ -34,6 +34,6 @@ extern CComModule _Module;
#include "config.win32.h"
#include "common/compat.h"
#include "common/usuals.h"
-#include <mystring.h>
+#include <common/mystring.h>
#endif // !defined(AFX_STDAFX_H__3607160A_967A_4E9D_A154_BC3CF029F2C2__INCLUDED)