[MPlayer-cvslog] r38236 - trunk/m_option.c
reimar
subversion at mplayerhq.hu
Sat Jan 23 20:54:46 EET 2021
Author: reimar
Date: Sat Jan 23 20:54:46 2021
New Revision: 38236
Log:
m_options.c: Add sys/types.h included needed for off_t.
Modified:
trunk/m_option.c
Modified: trunk/m_option.c
==============================================================================
--- trunk/m_option.c Sat Jan 23 20:22:15 2021 (r38235)
+++ trunk/m_option.c Sat Jan 23 20:54:46 2021 (r38236)
@@ -28,6 +28,7 @@
#include <stdarg.h>
#include <inttypes.h>
#include <unistd.h>
+#include <sys/types.h>
#include "m_option.h"
//#include "m_config.h"
More information about the MPlayer-cvslog
mailing list