author | Michael Krelin <hacker@klever.net> | 2009-03-12 18:06:15 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-03-12 18:06:15 (UTC) |
commit | a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1 (patch) (side-by-side diff) | |
tree | 96bb224571c1a9a8f5a2a40f0da2655dbd7ee781 | |
parent | bfd588fc4793fc22834845eeb172b8e217c80dd1 (diff) | |
parent | e9a08ddbc451de3725293bf27ea90f579809af23 (diff) | |
download | libopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.zip libopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.tar.gz libopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.tar.bz2 |
Merge commit 'devel.vz/next' into next
-rw-r--r-- | autoregen.sh | 2 | ||||
-rw-r--r-- | test/RP.cc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/autoregen.sh b/autoregen.sh new file mode 100644 index 0000000..ca4f880 --- a/dev/null +++ b/autoregen.sh @@ -0,0 +1,2 @@ +#!/bin/bash +eval sh autogen.sh $(./config.status --version | grep '^ with options "'|sed -e 's/^[^"]\+"//' -e 's/"$//') @@ -1,15 +1,16 @@ #include <uuid/uuid.h> #include <iostream> #include <cassert> +#include <cstdlib> #include <stdexcept> #include <string> #include <set> #include <iterator> using namespace std; #include <kingate/exception.h> #include <kingate/plaincgi.h> #include <kingate/cgi_gateway.h> #include <opkele/exception.h> #include <opkele/types.h> #include <opkele/util.h> #include <opkele/uris.h> |