From 35758fe05338b757c0ea6e977cc597aab516d3b6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 8 Jul 2006 06:18:46 +0000 Subject: [PATCH] (empobj, empobj_storage): Incomplete declarations. Temporary band-aid to work around circular inclusion. --- include/misc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/misc.h b/include/misc.h index 704bbf1af..ecff7ea4f 100644 --- a/include/misc.h +++ b/include/misc.h @@ -134,4 +134,7 @@ extern char *prbuf(char *format, ...) #define AGREE_PROPOSED 1 #define AGREE_SIGNED 2 +struct empobj; +union empobj_storage; + #endif -- 2.43.0