2014-05-03 11:53:20 +00:00
|
|
|
--- a/main.cpp
|
|
|
|
+++ b/main.cpp
|
|
|
|
@@ -16,6 +16,9 @@
|
2010-03-29 11:03:32 +00:00
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
+#include <stdio.h>
|
2014-05-03 11:53:20 +00:00
|
|
|
+#include <getopt.h>
|
|
|
|
+#include <unistd.h>
|
2010-03-29 11:03:32 +00:00
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
#include "BemusedServerDlg.h"
|
2014-05-03 11:53:20 +00:00
|
|
|
--- a/BemusedServerDlg.cpp
|
|
|
|
+++ b/BemusedServerDlg.cpp
|
|
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <cerrno>
|
|
|
|
#include <csignal>
|
|
|
|
|
|
|
|
+#include <unistd.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <dirent.h>
|