1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

bilP.h: re-fix include issue with bil_parser.h

This commit is contained in:
Jon Trulson 2021-06-02 20:24:14 -06:00
parent 2a3e91383b
commit f294ee03b8

View file

@ -47,7 +47,7 @@
#include <stdio.h>
#include <Dt/MsgCatP.h>
#include <ab_private/bil_parse.h>
#include <bil_parse.h>
#include <ab/util_types.h>
#include <ab_private/obj.h>
#include "loadP.h"