diff options
| author | bakkeby <[email protected]> | 2021-03-09 13:23:39 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-03-09 13:23:39 +0100 |
| commit | 0f9104285bab49c1e701ea429380ace9230309f0 (patch) | |
| tree | ec62230fb58bde98c2a284cfda1891b3ce2ef658 /patch/include.h | |
| parent | 27185a74c4b2311350d029b5aefaa326dd143adf (diff) | |
| download | dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.tar.gz dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.zip | |
Adding tab patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 9b3de50..27cf77b 100644 --- a/patch/include.h +++ b/patch/include.h @@ -249,6 +249,9 @@ #if SWITCHCOL_PATCH #include "switchcol.h" #endif +#if TAB_PATCH +#include "tab.h" +#endif #if TAGALL_PATCH #include "tagall.h" #endif |
