mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
14 lines
339 B
C++
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>
|