Skip to content

Commit

Permalink
MSVC does not include <sys/param.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Apr 20, 2023
1 parent 75ff5dd commit 2589b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/ffi/fixtures/PointerTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
*/

#include <sys/types.h>
#ifndef _MSC_VER
#include <sys/param.h>
#endif
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 2589b0a

Please sign in to comment.