mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
14 lines
318 B
C++
14 lines
318 B
C++
$NetBSD: patch-tx_TXImage.cxx,v 1.1 2011/08/06 14:38:53 cheusov Exp $
|
|
|
|
Fix for compilation failure on Linux
|
|
--- tx/TXImage.cxx.orig 2006-05-15 16:56:20.000000000 +0000
|
|
+++ tx/TXImage.cxx
|
|
@@ -21,6 +21,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <strings.h>
|
|
#include <sys/types.h>
|
|
#include <sys/ipc.h>
|