Bladeren bron

unify include common.h

StalderT 7 jaren geleden
bovenliggende
commit
0702cc9bc2

+ 1 - 1
examples/encryption/client_basic128rsa15.c

@@ -5,7 +5,7 @@
 #include <errno.h>
 
 #include "open62541.h"
-#include "../common.h"
+#include "common.h"
 
 #define MIN_ARGS           3
 #define FAILURE            1

+ 1 - 1
examples/encryption/server_basic128rsa15.c

@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include "open62541.h"
-#include "../common.h"
+#include "common.h"
 
 UA_Boolean running = true;
 static void stopHandler(int sig) {

+ 1 - 1
examples/encryption/server_basic256sha256.c

@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include "open62541.h"
-#include "../common.h"
+#include "common.h"
 
 UA_Boolean running = true;
 static void stopHandler(int sig) {