diff options
Diffstat (limited to 'common/stdafx.h')
-rw-r--r-- | common/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h index 2d59efe688..9a72493129 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -97,6 +97,7 @@ #undef CMD_INVALID #endif #if !defined(macintosh) +#include <sys/param.h> #include <sys/types.h> #include <sys/uio.h> #endif |