summaryrefslogtreecommitdiffstats
path: root/swaybar/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/ipc.c')
-rw-r--r--swaybar/ipc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c
index ad4f9ef8..8d62d223 100644
--- a/swaybar/ipc.c
+++ b/swaybar/ipc.c
@@ -1,11 +1,10 @@
1#include <string.h> 1#include <string.h>
2#include <json-c/json.h> 2#include <json-c/json.h>
3 3#include "swaybar/config.h"
4#include "swaybar/ipc.h"
4#include "ipc-client.h" 5#include "ipc-client.h"
5#include "list.h" 6#include "list.h"
6#include "log.h" 7#include "log.h"
7#include "bar/config.h"
8#include "bar/ipc.h"
9 8
10void ipc_send_workspace_command(const char *workspace_name) { 9void ipc_send_workspace_command(const char *workspace_name) {
11 uint32_t size = strlen("workspace ") + strlen(workspace_name) + 1; 10 uint32_t size = strlen("workspace ") + strlen(workspace_name) + 1;