mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-18 15:29:48 +00:00
Buildfix when blkid.h is not available.
This commit is contained in:
parent
2cdf0cb3b9
commit
3a4c11ad4c
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
|||
#include <fstream>
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <ciso646>
|
||||
#include <blkid/blkid.h>
|
||||
#if defined(WITH_MEDIA_AUTODETECT)
|
||||
# include <blkid/blkid.h>
|
||||
#endif
|
||||
#include <linux/limits.h>
|
||||
#include <sys/stat.h>
|
||||
#include <memory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue