From 65282e530e5d44eebb12b1937e50ef93ebd8fca4 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 27 Jul 2005 01:59:41 +0000 Subject: [PATCH] - Fix warnings svn path=/trunk/; revision=16784 --- reactos/lib/dbghelp/module.c | 1 + reactos/lib/dbghelp/path.c | 1 + reactos/lib/dbghelp/stabs.c | 1 + 3 files changed, 3 insertions(+) diff --git a/reactos/lib/dbghelp/module.c b/reactos/lib/dbghelp/module.c index ea5a955d93f..4df3bd35460 100644 --- a/reactos/lib/dbghelp/module.c +++ b/reactos/lib/dbghelp/module.c @@ -22,6 +22,7 @@ #include "config.h" #include #include +#include #include #include diff --git a/reactos/lib/dbghelp/path.c b/reactos/lib/dbghelp/path.c index 604998fde3e..08238d3ebbe 100644 --- a/reactos/lib/dbghelp/path.c +++ b/reactos/lib/dbghelp/path.c @@ -21,6 +21,7 @@ #include "config.h" #include #include +#include #include #include "dbghelp_private.h" diff --git a/reactos/lib/dbghelp/stabs.c b/reactos/lib/dbghelp/stabs.c index 0104fdd9829..368ec0138b9 100644 --- a/reactos/lib/dbghelp/stabs.c +++ b/reactos/lib/dbghelp/stabs.c @@ -39,6 +39,7 @@ #endif #include #include +#include #include #ifdef HAVE_UNISTD_H # include