pkgsrc/games/exult/patches/patch-imagewin_ibuf8.cc

14 lines
318 B
C++
Raw Normal View History

2011-11-25 22:53:25 +01:00
$NetBSD: patch-imagewin_ibuf8.cc,v 1.1 2011/11/25 21:53:26 joerg Exp $
--- imagewin/ibuf8.cc.orig 2011-11-25 17:36:29.000000000 +0000
+++ imagewin/ibuf8.cc
@@ -25,6 +25,8 @@
#include "ibuf8.h"
#ifndef ALPHA_LINUX_CXX
+# include <cstring>
+# include <cstdlib>
# include <string>
# include <iostream>
#endif