From 40a1558927a7e74acbc6c73a5fc6e58711091136 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 21 Jan 2004 01:05:07 +0000 Subject: [PATCH] Include instead of . (Logical change 1.156) --- src/_UPT_internal.h | 2 +- tests/test-ptrace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_UPT_internal.h b/src/_UPT_internal.h index 3dd9de9d..7da9bf04 100644 --- a/src/_UPT_internal.h +++ b/src/_UPT_internal.h @@ -27,7 +27,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define _UPT_internal_h #include -#include +#include #include #include #include diff --git a/tests/test-ptrace.c b/tests/test-ptrace.c index 556fa754..4e733f68 100644 --- a/tests/test-ptrace.c +++ b/tests/test-ptrace.c @@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include #include -#include +#include #include #include #include