pike.git/
src/
post_modules/
Nettle/
nettle.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-06
2003-08-06 09:58:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a88794c0493fe8c3b424b12d014f402fc14d0dc9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
#include file change.
Rev: src/post_modules/Nettle/nettle.cmod:1.12
1:
/* nettle.cmod -*- c -*- */ #include "global.h"
-
RCSID("$Id: nettle.cmod,v 1.
11
2003/08/06
01
:
13
:
56
nilsson
Exp $");
+
RCSID("$Id: nettle.cmod,v 1.
12
2003/08/06
09
:
58
:
25
grubba
Exp $");
#include "interpret.h" #include "svalue.h" /* For this_object() */
12:
#ifdef HAVE_LIBNETTLE
-
#include
"
nettle/yarrow.h
"
-
#include
"
nettle.h
"
+
#include
<
nettle/yarrow.h
>
+
#include
<
nettle.h
>
#include <assert.h> #include <stdio.h>