[DVDnav-discuss] r1227 - trunk/libdvdnav/src/remap.c

reimar subversion at mplayerhq.hu
Sat Jun 11 17:42:21 CEST 2011


Author: reimar
Date: Sat Jun 11 17:42:20 2011
New Revision: 1227

Log:
Do not use non-standard sys/fcntl.h include, use just fcntl.h

This also matches the already existing include in vm/vm.c.

Modified:
   trunk/libdvdnav/src/remap.c

Modified: trunk/libdvdnav/src/remap.c
==============================================================================
--- trunk/libdvdnav/src/remap.c	Sun Mar 20 19:06:39 2011	(r1226)
+++ trunk/libdvdnav/src/remap.c	Sat Jun 11 17:42:20 2011	(r1227)
@@ -26,7 +26,7 @@
 
 #ifndef _MSC_VER
 #include <sys/param.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #else
 #ifndef MAXPATHLEN
 #define MAXPATHLEN 255


More information about the DVDnav-discuss mailing list