Fix: missing include

This commit is contained in:
Dorian Zedler 2022-07-20 22:29:38 +02:00
parent e2825eeae7
commit f94ba84b47
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include <string.h>
#include <sys/types.h>
#include "../md2_common.h"
#ifndef PROTOTYPES
#define PROTOTYPES 0
#endif