kleine bugfixes, damit es kompiliert

This commit is contained in:
Enno Rehling 2001-02-02 08:58:26 +00:00
parent 0600da453b
commit 3a3953b98f
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#include <items/lmsreward.h>
#include <items/demonseye.h>
#include "lmsreward.h"
#include "demonseye.h"
#include "weapons.h"
void
init_items(void)

View File

@ -1,6 +1,6 @@
/* vi: set ts=2:
*
* $Id: lmsreward.c,v 1.1 2001/02/02 08:40:45 enno Exp $
* $Id: lmsreward.c,v 1.2 2001/02/02 08:58:26 enno Exp $
* Eressea PB(E)M host Copyright (C) 1998-2000
* Christian Schlittchen (corwin@amber.kn-bremen.de)
* Katja Zedel (katze@felidae.kn-bremen.de)
@ -25,6 +25,7 @@
/* libc includes */
#include <assert.h>
#include <string.h>
#include <stdlib.h>
static int
info_lmsstory(const void* vp, int i, curse * c, int i2)