mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
fix Wall warnings
This commit is contained in:
parent
8ef12d52f6
commit
39052e10e1
@ -21,14 +21,20 @@
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "configfile.h"
|
||||
#include "err.h"
|
||||
#include "playlist.h"
|
||||
#include "configfile.h"
|
||||
#include "restart.h"
|
||||
|
||||
|
||||
int *da_get_current_tag_info(int file_fd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user