summaryrefslogtreecommitdiff
path: root/src/common/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/sysinfo.h')
-rw-r--r--src/common/sysinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/sysinfo.h b/src/common/sysinfo.h
index 97f14d0f2..24f794cb4 100644
--- a/src/common/sysinfo.h
+++ b/src/common/sysinfo.h
@@ -21,7 +21,11 @@ struct sysinfo_private;
struct sysinfo_interface {
struct sysinfo_private *p;
+#if defined(WIN32) && !defined(__CYGWIN__)
long (*getpagesize) (void);
+#else
+ int (*getpagesize) (void);
+#endif
const char *(*platform) (void);
const char *(*osversion) (void);
const char *(*cpu) (void);