blob: dd0cd825049d075f633d1f2ac793eaf699a4b4dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-x0vncserver_Image.cxx,v 1.1 2011/08/06 14:38:53 cheusov Exp $
Fix for compilation failure on Linux
--- x0vncserver/Image.cxx.orig 2006-05-15 16:56:20.000000000 +0000
+++ x0vncserver/Image.cxx
@@ -21,6 +21,7 @@
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
|