From ed17a4f8c82f77a7d7eafcbdbb2cf83969845a7f Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakobols@kth.se>
Date: Tue, 5 Jun 2018 09:17:02 +0200
Subject: [PATCH] add some headers

---
 dongle.h                | 1 +
 dongle_infrastructure.h | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dongle.h b/dongle.h
index cb6571c..2dbbc90 100644
--- a/dongle.h
+++ b/dongle.h
@@ -1,5 +1,6 @@
 #ifndef DONGLE_H
 #define DONGLE_H
+#include "stack_operations.h"
 
 struct USB {
 	char *product;
diff --git a/dongle_infrastructure.h b/dongle_infrastructure.h
index 4119b87..3fb0282 100644
--- a/dongle_infrastructure.h
+++ b/dongle_infrastructure.h
@@ -1,6 +1,7 @@
 #ifndef INFRASTRUCTURE_H
 #define INFRASTRUCTURE_H
-#include "common_zte.h"
+#include "common.h"
+#include "dongle.h"
 
 #define IPV4_MAX 16
 #define DYNAMIC_OBJ_NAME_SIZE 50
-- 
GitLab