mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
10 lines
258 B
C++
10 lines
258 B
C++
--- src/tools/soothsayerDemoText.cpp.orig 2008-06-02 13:29:00 UTC
|
|
+++ src/tools/soothsayerDemoText.cpp
|
|
@@ -26,6 +26,7 @@
|
|
#include <iostream>
|
|
#include <sstream>
|
|
#include <getopt.h>
|
|
+#include <cstdlib>
|
|
|
|
const char PROGRAM_NAME[] = "soothsayerDemoText";
|
|
|