diff --git a/calma/CalmaRead.c b/calma/CalmaRead.c index 04d414d2..065f208e 100644 --- a/calma/CalmaRead.c +++ b/calma/CalmaRead.c @@ -28,6 +28,12 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/ #include +/* + * C99 compat + * Mind: tcltk/tclmagic.h must be included prior to all the other headers + */ +#include "tcltk/tclmagic.h" + #include "utils/magic.h" #include "utils/geometry.h" #include "tiles/tile.h"