freebsd-ports/graphics/libprojectm/files/patch-Renderer_TextureManager.cpp
John Marino 75fbb099dc graphics/libprojectm: add <sys/types.h>
Required with gcc48/binutils 2.23 for uint definition.

Approved by:	portmgr (bapt, implicit)
2013-10-30 15:16:28 +00:00

10 lines
273 B
C++

--- Renderer/TextureManager.cpp.orig 2009-12-06 02:42:51.000000000 +0100
+++ Renderer/TextureManager.cpp
@@ -25,6 +25,7 @@
#ifdef MACOS
#include <dirent.h>
#endif
+#include <sys/types.h>
#include "TextureManager.hpp"
#include "Common.hpp"
#include "IdleTextures.hpp"