mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 10:13:45 -04:00
add testing for stdint for uintXX_t
This commit is contained in:
parent
8b80141ab7
commit
52809bb712
@ -257,6 +257,7 @@ AC_ARG_WITH(id3tag,
|
|||||||
])
|
])
|
||||||
|
|
||||||
AC_CHECK_HEADERS(getopt.h,,)
|
AC_CHECK_HEADERS(getopt.h,,)
|
||||||
|
AC_CHECK_HEADERS(stdint.h,,)
|
||||||
|
|
||||||
AC_CHECK_HEADERS(id3tag.h,, [
|
AC_CHECK_HEADERS(id3tag.h,, [
|
||||||
AC_MSG_ERROR([id3tag.h not found... try --with-id3tag=dir])])
|
AC_MSG_ERROR([id3tag.h not found... try --with-id3tag=dir])])
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
|
# include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user