13 lines
318 B
C++
13 lines
318 B
C++
$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
|