Skip to content
Snippets Groups Projects
Commit 111b23f6 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Build fixes

parent a81e6dc2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ AC_C_INLINE
AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
AC_CHECK_LIB([m],[pow])
AC_CONFIG_FILES([Makefile])
......
......@@ -41,7 +41,7 @@ extern "C"
{
#endif
unsigned long GetHighResolutionTime(); /* O: time in usec*/
unsigned long GetHighResolutionTime(void); /* O: time in usec*/
/* make SKP_DEBUG dependent on compiler's _DEBUG */
#if defined _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment