blob: 7b4e525eb6af5b2725a480be560ed16d4b43696f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
*** common/string.h.orig Sat Jan 13 18:40:28 1996
--- common/string.h Thu Jun 12 10:49:44 1997
***************
*** 5,8 ****
--- 5,9 ----
#ifndef __SINST__
#define __SINST__
#endif
+ #include_next <string.h> // Get missing memmove() prototype for libg++
#include <string>
|