Fix: missing include
This commit is contained in:
parent
e2825eeae7
commit
f94ba84b47
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "../md2_common.h"
|
||||
|
||||
#ifndef PROTOTYPES
|
||||
#define PROTOTYPES 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue