blob: 99812bc2502e9ecc2cf139dac199fcbd1545b6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_texture.cpp,v 1.1 2013/03/02 18:08:03 joerg Exp $
--- src/texture.cpp.orig 2013-02-27 21:21:04.000000000 +0000
+++ src/texture.cpp
@@ -5,6 +5,7 @@
* Author: krzysztof
*/
#include <stdio.h>
+#include <cstring>
#include "texture.hpp"
#include "files.h"
|