hercules-390 / hyperion

Hercules 390
Other
246 stars 69 forks source link

Include file issue #225

Open PeterCoghlan opened 7 years ago

PeterCoghlan commented 7 years ago

In hercules.h and hstdinc.h, ltdl.h is included by: ``

include

Presumably this should be:

include "ltdl.h"

`` as is done in bootstrap.c and ltdl.c