summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wsman-client-options.c2
-rw-r--r--src/wsman.c2
2 files changed, 2 insertions, 2 deletions
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 <wsman_config.h>
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <stdio.h>
#include <stdlib.h>