opnsense-ports/mail/gubby/files/patch-include_die.h
Franco Fichtner 8ad724692c */*: sync with upstream
Taken from: FreeBSD
2016-08-24 04:01:43 +02:00

10 lines
189 B
C++

--- 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);