From 30caa09d56a3d566d3b592774a5f55077836e492 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2016 23:56:17 +0800 Subject: Add missing include --- src/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/util.c b/src/util.c index d8f0bbd..a0019cf 100644 --- a/src/util.c +++ b/src/util.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2015 David Robillard + Copyright 2007-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef _WIN32 #ifndef _WIN32_WINNT @@ -63,7 +64,7 @@ CreateSymbolicLink(LPCTSTR linkpath, LPCTSTR targetpath, DWORD flags) #endif #ifndef PAGE_SIZE -# define PAGE_SIZE 4096 +# define PAGE_SIZE 4096 #endif void -- cgit v1.2.1