Branch: Tag:

2003-08-06

2003-08-06 09:59:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Oops.

Rev: src/post_modules/Nettle/nettle.cmod:1.13

1:   /* nettle.cmod -*- c -*- */      #include "global.h" - RCSID("$Id: nettle.cmod,v 1.12 2003/08/06 09:58:25 grubba Exp $"); + RCSID("$Id: nettle.cmod,v 1.13 2003/08/06 09:59:24 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   /* For this_object() */
13:   #ifdef HAVE_LIBNETTLE      #include <nettle/yarrow.h> - #include <nettle.h> + #include "nettle.h"      #include <assert.h>   #include <stdio.h>