1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

include forgotten limits.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19617 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-31 21:26:02 +00:00
parent 9b39128d2e
commit b792548aa7

View File

@ -19,6 +19,7 @@
// #include <stdio.h>
#include <stdlib.h>
// #include <unistd.h>
#include <limits.h>
#include "config.h"
#include "mp_msg.h"