Fix missing include.
This commit is contained in:
parent
84b8189c13
commit
12518b82dd
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
#ifndef _ITEM_H_
|
||||
#define _ITEM_H_
|
||||
|
||||
#include "misc.h"
|
||||
|
||||
typedef enum {
|
||||
IPKG, /* "inefficient" packaging (eff<60) */
|
||||
NPKG, /* no special packaging */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue