1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-28 07:58:22 +01:00

use quotes for container include

This commit is contained in:
Tony Crisci 2018-02-17 19:05:17 -05:00
parent 176d24f02d
commit f0ca2cb5c3

View file

@ -1,7 +1,7 @@
#ifndef _SWAY_WORKSPACE_H
#define _SWAY_WORKSPACE_H
#include <sway/container.h>
#include "sway/container.h"
extern char *prev_workspace_name;