summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2009-03-12 18:06:15 (UTC)
committer Michael Krelin <hacker@klever.net>2009-03-12 18:06:15 (UTC)
commita5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1 (patch) (unidiff)
tree96bb224571c1a9a8f5a2a40f0da2655dbd7ee781
parentbfd588fc4793fc22834845eeb172b8e217c80dd1 (diff)
parente9a08ddbc451de3725293bf27ea90f579809af23 (diff)
downloadlibopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.zip
libopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.tar.gz
libopkele-a5804c83e1ff21fcbf3acb8b1ff952b8dc94adc1.tar.bz2
Merge commit 'devel.vz/next' into next
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--autoregen.sh2
-rw-r--r--test/RP.cc1
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 @@
1#!/bin/bash
2eval sh autogen.sh $(./config.status --version | grep '^ with options "'|sed -e 's/^[^"]\+"//' -e 's/"$//')
diff --git a/test/RP.cc b/test/RP.cc
index 35ee71d..f015723 100644
--- a/test/RP.cc
+++ b/test/RP.cc
@@ -1,15 +1,16 @@
1#include <uuid/uuid.h> 1#include <uuid/uuid.h>
2#include <iostream> 2#include <iostream>
3#include <cassert> 3#include <cassert>
4#include <cstdlib>
4#include <stdexcept> 5#include <stdexcept>
5#include <string> 6#include <string>
6#include <set> 7#include <set>
7#include <iterator> 8#include <iterator>
8using namespace std; 9using namespace std;
9#include <kingate/exception.h> 10#include <kingate/exception.h>
10#include <kingate/plaincgi.h> 11#include <kingate/plaincgi.h>
11#include <kingate/cgi_gateway.h> 12#include <kingate/cgi_gateway.h>
12#include <opkele/exception.h> 13#include <opkele/exception.h>
13#include <opkele/types.h> 14#include <opkele/types.h>
14#include <opkele/util.h> 15#include <opkele/util.h>
15#include <opkele/uris.h> 16#include <opkele/uris.h>