Skip to content

Commit f0dae47

Browse files
committed
missing parse.h include
1 parent aa48650 commit f0dae47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "hypermail.h"
2828
#include "setup.h"
2929
#include "struct.h"
30+
#include "parse.h"
3031
#ifdef HAVE_DIRENT_H
3132
#ifdef __LCC__
3233
#include "../lcc/dirent.h"

0 commit comments

Comments
 (0)