Fix for TB Unit Tests. This should make Jenkins build again.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Mon, 25 Aug 2014 19:23:30 +0000 (15:23 -0400)
committerJoseph Morrow <joseph.l.morrow@intel.com>
Mon, 25 Aug 2014 19:23:30 +0000 (15:23 -0400)
Change-Id: I1dc0e13d9e2a56f5799f352d66b0916df869c738

csdk/stack/test/linux/occlient.c
csdk/stack/test/linux/ocserver.c

index 096ff07..d3758a5 100644 (file)
@@ -25,6 +25,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <ocstack.h>
+#include <logger.h>
 
 #define TAG PCF("occlient")
 
index 745017e..33c84be 100644 (file)
@@ -26,6 +26,7 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <ocstack.h>
+#include <logger.h>
 
 #define TAG PCF("ocserver")