Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | e2a5d3c984a245456fbd63e4b7919f0c5961e74a |
|---|---|
| Date: | 2009-11-12 18:11:09 |
| User: | stephan |
| Comment: | doh - fixed broken #include |
Tags And Properties
- branch=trunk inherited from [a870fea998]
- sym-trunk inherited from [a870fea998]
Changes
[hide diffs]Changes to src/whhash.c
@@ -45,12 +45,12 @@
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
========================================================================
-
-#include "s11n.net/c11n/detail/whhash.h"
+*/
+#include "whhash.h"
#include <stdlib.h>
//#include <stdio.h>
#include <string.h>
#ifdef __cplusplus