aa8eddd2a4
Four of these five patches should have been part of the previous commit but I didn't notice them. The ampasCTL pach is to fix a regression that I introduced by removing part of the post-patch target. Approved by: gcc5 support blanket
10 lines
177 B
C++
10 lines
177 B
C++
--- src/input.cc.orig 2003-07-29 23:29:11 UTC
|
|
+++ src/input.cc
|
|
@@ -3,6 +3,7 @@
|
|
#include "input.h"
|
|
#include <iostream>
|
|
#include <fstream>
|
|
+#include <cstring>
|
|
|
|
/* Input */
|
|
|