Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2010
1 parent 4d552a2 commit e8d01b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/timer/SDL_systimer.h
Expand Up @@ -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: */
1 change: 1 addition & 0 deletions src/timer/unix/SDL_systimer.c
Expand Up @@ -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
Expand Down

0 comments on commit e8d01b4

Please sign in to comment.