Skip to content

Commit

Permalink
* Patch (from Frank Kober) for modern g++
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 3, 2010
1 parent 31d9eb8 commit 477d127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rdwrops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <errno.h>
#include <unistd.h>
#include <cstdio>

//#define DEBUG_RDWR 1

Expand Down
1 change: 1 addition & 0 deletions remotepluginclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <iostream>
#include <errno.h>
#include <stdlib.h>
#include <cstdio>
#include <string.h>

#include "rdwrops.h"
Expand Down
1 change: 1 addition & 0 deletions remotepluginserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <time.h>
#include <iostream>
#include <cstdio>
#include <stdlib.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions remotevstclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
#include <cstdio>
#include <stdlib.h>

#include "rdwrops.h"
Expand Down

0 comments on commit 477d127

Please sign in to comment.