This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compile warnings
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+1
−0
src/timer/SDL_systimer.h
-
+1
−0
src/timer/unix/SDL_systimer.c
|
@@ -38,4 +38,5 @@ extern int SDL_SYS_StartTimer(void); |
|
|
|
|
|
/* Stop a previously started timer */ |
|
|
extern void SDL_SYS_StopTimer(void); |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -31,6 +31,7 @@ |
|
|
#include <errno.h> |
|
|
|
|
|
#include "SDL_timer.h" |
|
|
#include "../SDL_systimer.h" |
|
|
#include "../SDL_timer_c.h" |
|
|
|
|
|
/* The clock_gettime provides monotonous time, so we should use it if |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.