1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

<stdint.h> doesn't exist in FreeBSD

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3918 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2001-12-31 10:13:11 +00:00
parent fe3e3f6929
commit f584ec4754

View File

@ -43,7 +43,9 @@
#include <dlfcn.h>
#include <math.h>
#ifndef __FreeBSD__
#include <stdint.h>
#endif
#include "config.h"