diff options
Diffstat (limited to 'agent/w32main.c')
-rw-r--r-- | agent/w32main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/w32main.c b/agent/w32main.c index 375bbdfc2..0e3927ad2 100644 --- a/agent/w32main.c +++ b/agent/w32main.c @@ -28,7 +28,7 @@ #include <assert.h> #include <windows.h> -#include "util.h" +#include "../common/util.h" #include "w32main.h" /* The instance handle has received by WinMain. */ |