Skip to content

Commit 801a2e8

Browse files
committed
Include stdint.h explicitely to make MSVC 2010 happy
1 parent 8fc719d commit 801a2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_pathman/dsm_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "storage/shmem.h"
33
#include "storage/dsm.h"
44
#include "storage/lwlock.h"
5-
5+
#include <stdint.h>
66

77
static Table *table;
88
static dsm_segment *segment = NULL;

0 commit comments

Comments
 (0)