Revision: 76883
          http://sourceforge.net/p/brlcad/code/76883
Author:   brlcad
Date:     2020-08-22 05:19:27 +0000 (Sat, 22 Aug 2020)
Log Message:
-----------
it's correct to include setjmp.h because the implementation directly calls 
longjmp(), even if headers include it for other reasons

Modified Paths:
--------------
    brlcad/trunk/src/libbu/bomb.c

Modified: brlcad/trunk/src/libbu/bomb.c
===================================================================
--- brlcad/trunk/src/libbu/bomb.c       2020-08-22 04:43:24 UTC (rev 76882)
+++ brlcad/trunk/src/libbu/bomb.c       2020-08-22 05:19:27 UTC (rev 76883)
@@ -28,6 +28,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <stdarg.h>
+#include <setjmp.h>
 #include "bio.h"
 
 /* implementation headers */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to