f65e438420
to bring all the useful features of ICQ2000 to non-windows users, such as SMS messaging.
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
$OpenBSD: patch-examples_shell_cpp,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
|
|
--- examples/shell.cpp.orig Sun Oct 21 10:53:00 2001
|
|
+++ examples/shell.cpp Wed Dec 12 17:18:28 2001
|
|
@@ -11,7 +11,9 @@
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
+#ifndef __OpenBSD__
|
|
#include <getopt.h>
|
|
+#endif
|
|
|
|
using namespace ICQ2000;
|
|
using namespace std;
|