fix for gcc 4.3
This commit is contained in:
parent
058de2cc08
commit
2d5e6ff658
2 changed files with 18 additions and 2 deletions
11
webcpp-0.8.4-gcc43.patch
Normal file
11
webcpp-0.8.4-gcc43.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
diff -urp webcpp-0.8.4-src.orig/webcpp/main.cpp webcpp-0.8.4-src/webcpp/main.cpp
|
||||
--- webcpp-0.8.4-src.orig/webcpp/main.cpp 2004-01-05 01:52:47.000000000 +0100
|
||||
+++ webcpp-0.8.4-src/webcpp/main.cpp 2008-03-08 10:45:17.000000000 +0100
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "driver.h"
|
||||
#include <fstream>
|
||||
+#include <stdlib.h>
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue