blob: 746d2fe7864b9de9eef797bcddd53d4d29049ac1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- include/die.h.orig 2004-12-18 04:29:19 UTC
+++ include/die.h
@@ -1,6 +1,7 @@
// Gubby
// csl@sublevel3.org
+#include <cstdlib>
#include <string>
void die(const std::string& s);
|