Skip to content

Commit

Permalink
Merge pull request #429 from wwiv/master
Browse files Browse the repository at this point in the history
fix build on linux
  • Loading branch information
wwiv committed Dec 5, 2015
2 parents dac77a7 + 55d46af commit 449ab03
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions bbs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include_directories(../deps/rapidjson-master/include)

set(COMMON_SOURCES
archivers.cpp
arword.cpp
asv.cpp
attach.cpp
automsg.cpp
Expand Down
4 changes: 3 additions & 1 deletion bbs/platform/unix/exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
#include <sys/wait.h>
#include <unistd.h>

#include "bbs/wwiv.h"
#include "bbs/bbs.h"
#include "bbs/fcns.h"
#include "bbs/vars.h"
#include "bbs/wcomm.h"

// Local function prototypes
Expand Down
3 changes: 2 additions & 1 deletion bbs/platform/unix/utility2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
#include <unistd.h>
#include <string>

#include "bbs/wwiv.h"
#include "bbs/bbs.h"
#include "bbs/fcns.h"

#include "core/strings.h"
#include "core/file.h"
Expand Down
6 changes: 4 additions & 2 deletions bbs/platform/unix/wiou.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
#include <sys/ioctl.h>
#include <sys/time.h>

#include "bbs/wcomm.h"
#include "bbs/wwiv.h"
#include "bbs/bbs.h"
#include "bbs/fcns.h"
#include "bbs/fcns.h"
#include "bbs/vars.h"
#include "bbs/platform/unix/wiou.h"


Expand Down

0 comments on commit 449ab03

Please sign in to comment.