Parcourir la source

fix travis (for real)

Julius Pfrommer il y a 9 ans
Parent
commit
d6c21eca6b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"