You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-...

17 lines
406 B

From: Julian Ospald <hasufell@gentoo.org>
Date: Fri Jun 29 08:15:12 UTC 2012
Subject: fix compilation on gcc 4.7
https://bugs.gentoo.org/show_bug.cgi?id=423965
--- a/src/nvcore/nvcore.h
+++ b/src/nvcore/nvcore.h
@@ -158,6 +158,7 @@
#elif NV_CC_GNUC
# if NV_OS_LINUX
# include "DefsGnucLinux.h"
+# include <unistd.h> // gcc 4.7
# elif NV_OS_DARWIN
# include "DefsGnucDarwin.h"
# elif NV_OS_MINGW