diff options
| author | Mole Shang <135e2@135e2.dev> | 2023-08-07 20:03:09 +0800 |
|---|---|---|
| committer | Mole Shang <135e2@135e2.dev> | 2023-08-07 20:05:46 +0800 |
| commit | 9c2a42246a7d391a0b6691faf4c9037689f2e94c (patch) | |
| tree | 2bc3c7d1f041eb1cf0a65862ea1cb9f2081f12f7 /src/extractors | |
| parent | fcbaf0c1a807f7c77baf84972810d9b0229bfaf7 (diff) | |
| download | hinata-9c2a42246a7d391a0b6691faf4c9037689f2e94c.tar.gz hinata-9c2a42246a7d391a0b6691faf4c9037689f2e94c.tar.bz2 hinata-9c2a42246a7d391a0b6691faf4c9037689f2e94c.zip | |
extractors/extractor: add missing header
Diffstat (limited to 'src/extractors')
| -rw-r--r-- | src/extractors/extractor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extractors/extractor.c b/src/extractors/extractor.c index 91f34d2..7f5e05c 100644 --- a/src/extractors/extractor.c +++ b/src/extractors/extractor.c @@ -2,6 +2,7 @@ #include "bilibili.h" #include "extractor.h" +#include "../utils/utils.h" Site_map site_map = {{{"www.bilibili.com", SITE_BILIBILI}}, 1}; |
