From 96c999a3e5640bd4095bcaf2600c75449855f6ac Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 23 Nov 2006 19:53:43 +0000 Subject: - dont include wsman_config - bootstrap on OSX --- src/wsman-client-options.c | 2 +- src/wsman.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wsman-client-options.c b/src/wsman-client-options.c index 90a0e3b..18f32c5 100644 --- a/src/wsman-client-options.c +++ b/src/wsman-client-options.c @@ -32,7 +32,7 @@ * @author Anas Nashif */ -#include +#include #include #include #include diff --git a/src/wsman.c b/src/wsman.c index 312c693..af8af5c 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -34,7 +34,7 @@ * @author Vadim Revyakin */ -#include "wsman_config.h" +#include "config.h" #include #include -- cgit