openbsd-ports/graphics/ctl/patches/patch-IlmCtl_CtlInterpreter_cpp
jasper eff3331914 import ctl 1.4.1
The Color Transformation Language, or "CTL," is a portable and
platform-independent scripting language and interpreter, is intended to
be used as a building block for color management systems as well as for
sharing transforms in a common format.

from John Danks, with some tweaks by me
2009-11-12 12:31:44 +00:00

12 lines
338 B
Plaintext

$OpenBSD: patch-IlmCtl_CtlInterpreter_cpp,v 1.1.1.1 2009/11/12 12:31:44 jasper Exp $
--- IlmCtl/CtlInterpreter.cpp.orig Sun Oct 18 16:20:30 2009
+++ IlmCtl/CtlInterpreter.cpp Sun Oct 18 16:20:55 2009
@@ -64,6 +64,7 @@
#include <fstream>
#include <algorithm>
#include <cassert>
+#include <unistd.h>
#ifdef WIN32
#include <io.h>