summaryrefslogtreecommitdiffstats
path: root/osdep/timer-darwin.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-01-06 12:25:33 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-31 16:03:10 +0200
commit359e85c23431fc2eabdb1217fec7e912eaedc883 (patch)
treea3c55f2a9228647fea0c271938bb6eabb02c02e6 /osdep/timer-darwin.c
parent6bed5460ebcb3ecebf7e942f65a24385458609d2 (diff)
downloadmpv-359e85c23431fc2eabdb1217fec7e912eaedc883.tar.bz2
mpv-359e85c23431fc2eabdb1217fec7e912eaedc883.tar.xz
osdep: tweak some #includes
Add/remove a few standard header #includes in osdep files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32762 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/timer-darwin.c')
-rw-r--r--osdep/timer-darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c
index bc25a57761..19fcdd946a 100644
--- a/osdep/timer-darwin.c
+++ b/osdep/timer-darwin.c
@@ -16,6 +16,7 @@
*/
#include <unistd.h>
+#include <stdint.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>