Julius Pfrommer пре 9 година
родитељ
комит
d6c21eca6b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      examples/server_datasource.c

+ 2 - 2
examples/server_datasource.c

@@ -2,6 +2,8 @@
  * This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
  */
+#include "open62541.h"
+
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h> 
@@ -11,8 +13,6 @@
 #include <pthread.h>
 #endif
 
-#include "open62541.h"
-
 // provided by the user, implementations available in the /examples folder
 #include "logger_stdout.h"
 #include "networklayer_tcp.h"