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