diff options
| author | 2022-10-03 11:18:49 +0200 | |
|---|---|---|
| committer | 2022-10-03 11:18:49 +0200 | |
| commit | e8c421c51dea128a890d62bd091473aa61f3a357 (patch) | |
| tree | ccb979c924513f39684f7d0c4e0835e6c269cd19 /snac.c | |
| parent | Use xs_glob() in history_list(). (diff) | |
| download | penes-snac2-e8c421c51dea128a890d62bd091473aa61f3a357.tar.gz penes-snac2-e8c421c51dea128a890d62bd091473aa61f3a357.tar.xz penes-snac2-e8c421c51dea128a890d62bd091473aa61f3a357.zip | |
Backport from xs.
Diffstat (limited to '')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -15,6 +15,7 @@ | |||
| 15 | #include "xs_regex.h" | 15 | #include "xs_regex.h" |
| 16 | #include "xs_set.h" | 16 | #include "xs_set.h" |
| 17 | #include "xs_time.h" | 17 | #include "xs_time.h" |
| 18 | #include "xs_glob.h" | ||
| 18 | 19 | ||
| 19 | #include "snac.h" | 20 | #include "snac.h" |
| 20 | 21 | ||