mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
Include string.h for memcpy, fastmemcpy.h alone is not enough.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23323 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c339e74ac8
commit
974fc343bd
@ -6,6 +6,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "app.h"
|
||||
#include "skin/font.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gmplayer.h"
|
||||
#include "app.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "app.h"
|
||||
#include "skin/font.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
// sub window
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../config.h"
|
||||
#include "../libvo/x11_common.h"
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user