* Fix compiling issues after moving is_tivo_file().
This commit is contained in:
parent
5f14c68597
commit
c64a76a535
@ -78,6 +78,7 @@
|
||||
|
||||
#include "upnpglobalvars.h"
|
||||
#include "upnpreplyparse.h"
|
||||
#include "tivo_utils.h"
|
||||
#include "metadata.h"
|
||||
#include "albumart.h"
|
||||
#include "utils.h"
|
||||
|
@ -21,6 +21,9 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sqlite3.h>
|
||||
#include "tivo_utils.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user