summaryrefslogtreecommitdiff
path: root/sds.h
diff options
context:
space:
mode:
Diffstat (limited to 'sds.h')
-rw-r--r--sds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sds.h b/sds.h
index b53f24d..19a2abd 100644
--- a/sds.h
+++ b/sds.h
@@ -35,6 +35,9 @@
#include <sys/types.h>
#include <stdarg.h>
+#ifdef _MSC_VER
+#include "win32.h"
+#endif
typedef char *sds;