aboutsummaryrefslogtreecommitdiff
path: root/src/core/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/device.c')
-rw-r--r--src/core/device.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/device.c b/src/core/device.c
index 68ab2f38..8f8c7115 100644
--- a/src/core/device.c
+++ b/src/core/device.c
@@ -8,7 +8,12 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "core/nng_impl.h"
+#include "device.h"
+#include "aio.h"
+#include "defs.h"
+#include "message.h"
+#include "protocol.h"
+#include "socket.h"
typedef struct device_data_s device_data;
typedef struct device_path_s device_path;