pkgsrc-ng/net/vncviewer/patches/patch-x0vncserver_Image.cxx
2013-09-26 17:14:40 +02:00

14 lines
339 B
C++

$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>