comparison vidix/sh_veu_vid.c @ 35905:0989cbea18b4

Add _BSD_SOURCE #define for getpagesize().
author diego
date Sun, 17 Mar 2013 22:47:35 +0000
parents 20da977f0f3e
children 945eab072c9d
comparison
equal deleted inserted replaced
35904:cef5275fc11f 35905:0989cbea18b4
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with MPlayer; if not, write to the Free Software 23 * along with MPlayer; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 */ 25 */
26 26
27 #define _BSD_SOURCE
28
27 #include <stdio.h> 29 #include <stdio.h>
28 #include <unistd.h> 30 #include <unistd.h>
29 #include <string.h> 31 #include <string.h>
30 #include <stdlib.h> 32 #include <stdlib.h>
31 #include <sys/mman.h> 33 #include <sys/mman.h>