mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
10 lines
230 B
C++
10 lines
230 B
C++
--- src/tools/soothsayerSimulator.cpp.orig 2008-06-02 13:29:00 UTC
|
|
+++ src/tools/soothsayerSimulator.cpp
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <iostream>
|
|
#include <fstream>
|
|
+#include <cstdlib>
|
|
#include <string.h>
|
|
|
|
#include <getopt.h>
|