This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
webcpp/webcpp-0.8.4-gcc43.patch
2008-03-08 10:08:12 +00:00

11 lines
373 B
Diff

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) {